Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt_suite_b (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dpmksa_cache_auth.c250 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_auth_create_entry()
262 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_auth_create_entry()
Dwpa_auth.c707 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h105 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
Dwpa_common.c852 wpa_key_mgmt_suite_b(akmp); in wpa_use_akm_defined()
872 wpa_key_mgmt_suite_b(akmp); in wpa_use_aes_key_wrap()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c117 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_add()
129 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_add()
Dwpa.c288 if (sm->key_mgmt == WPA_KEY_MGMT_OSEN || wpa_key_mgmt_suite_b(sm->key_mgmt)) in wpa_sm_key_request()
461 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
507 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
1449 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_send_4_of_4_txcallback()