Searched refs:WPA_CIPHER_NONE (Results 1 – 3 of 3) sorted by relevance
162 return (WPA_CIPHER_NONE); in wpa_selector_to_bitfield()189 return (WPA_CIPHER_NONE); in rsn_selector_to_bitfield()595 } else if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_gen_wpa_ie_wpa()659 } else if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_gen_wpa_ie_rsn()1010 if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) { in wpa_supplicant_process_3_of_4_gtk()1081 if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_process_3_of_4_gtk()1262 case WPA_CIPHER_NONE: in wpa_supplicant_process_3_of_4()1442 if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) { in wpa_supplicant_process_1_of_2()1468 if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_process_1_of_2()
24 #define WPA_CIPHER_NONE BIT(0) macro
288 } else if (sel & WPA_CIPHER_NONE) { in wpa_supplicant_set_suites()289 wpa_s->pairwise_cipher = WPA_CIPHER_NONE; in wpa_supplicant_set_suites()