Searched refs:NAN_CIPHER_SUITE_SHARED_KEY_NONE (Results 1 – 4 of 4) sorted by relevance
915 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()
1228 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()
7657 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 …]
354 #define NAN_CIPHER_SUITE_SHARED_KEY_NONE 0x00 macro