Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c276 return WPA_CIPHER_NONE; in rsn_selector_to_bitfield()
350 return WPA_CIPHER_NONE; in wpa_selector_to_bitfield()
1099 case WPA_CIPHER_NONE: in wpa_cipher_txt()
1445 if (cipher & WPA_CIPHER_NONE) in wpa_cipher_to_suite()
1485 if (ciphers & WPA_CIPHER_NONE) { in rsn_cipher_put_suites()
1508 if (ciphers & WPA_CIPHER_NONE) { in wpa_cipher_put_suites()
Ddefs.h20 #define WPA_CIPHER_NONE BIT(0) macro
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c80 pairwise_cipher != WPA_CIPHER_NONE)) { in wpa_gen_wpa_ie_wpa()
165 (pairwise_cipher == WPA_CIPHER_NONE)) { in wpa_gen_wpa_ie_rsn()
Dwpa.c90 case WPA_CIPHER_NONE: in cipher_type_map_supp_to_public()
129 return WPA_CIPHER_NONE; in cipher_type_map_public_to_supp()
169 return WPA_CIPHER_NONE; in cipher_type_map_public_to_supp()
781 if (sm->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_install_ptk()
913 if (sm->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_install_gtk()
971 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) { in wpa_supplicant_gtk_tx_bit_workaround()
2387 if (sm->mgmt_group_cipher == WPA_CIPHER_NONE) { in wpa_set_bss()
2414 sm->mgmt_group_cipher = WPA_CIPHER_NONE; in wpa_set_bss()