Home
last modified time | relevance | path

Searched refs:NAN_CIPHER_SUITE_SHARED_KEY_NONE (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan.cpp915 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
923 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
981 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_request_initiator()
1037 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_indication_response()
1084 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_indication_response()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan.cpp1228 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
1236 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
1303 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_request_initiator()
1409 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_indication_response()
1462 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_indication_response()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp7657 case NAN_CIPHER_SUITE_SHARED_KEY_NONE: in publishNan()
7658 msg.cipher_type = NAN_CIPHER_SUITE_SHARED_KEY_NONE; in publishNan()
7679 msg.cipher_type = NAN_CIPHER_SUITE_SHARED_KEY_NONE; in publishNan()
8070 case NAN_CIPHER_SUITE_SHARED_KEY_NONE: in subscribeNan()
8071 msg.cipher_type = NAN_CIPHER_SUITE_SHARED_KEY_NONE; in subscribeNan()
8092 msg.cipher_type = NAN_CIPHER_SUITE_SHARED_KEY_NONE; in subscribeNan()
9195 case NAN_CIPHER_SUITE_SHARED_KEY_NONE: in nanDataInitRequest()
9196 msg.cipher_type = NAN_CIPHER_SUITE_SHARED_KEY_NONE; in nanDataInitRequest()
9217 msg.cipher_type = NAN_CIPHER_SUITE_SHARED_KEY_NONE; in nanDataInitRequest()
9398 case NAN_CIPHER_SUITE_SHARED_KEY_NONE: in nanDataIndResponse()
[all …]
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h354 #define NAN_CIPHER_SUITE_SHARED_KEY_NONE 0x00 macro