Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dpmksa_cache_auth.c329 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_auth_create_entry()
345 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_auth_create_entry()
536 else if (wpa_key_mgmt_suite_b(entry->akmp) && in pmksa_cache_get_okc()
Dwpa_auth.c2773 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) {
/hostap-latest/src/common/
Ddefs.h162 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
Dwpa_common.c143 wpa_key_mgmt_suite_b(akmp) || in wpa_use_akm_defined()
162 wpa_key_mgmt_suite_b(akmp); in wpa_use_cmac()
184 wpa_key_mgmt_suite_b(akmp); in wpa_use_aes_key_wrap()
/hostap-latest/src/rsn_supp/
Dpmksa_cache.c248 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_add()
263 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_add()
Dwpa.c428 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
483 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
2969 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_process_3_of_4()