Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h145 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
H A Dwpa_common.c129 wpa_key_mgmt_suite_b(akmp) || in wpa_use_akm_defined()
147 wpa_key_mgmt_suite_b(akmp); in wpa_use_cmac()
168 wpa_key_mgmt_suite_b(akmp); in wpa_use_aes_key_wrap()
/freebsd/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c326 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_auth_create_entry()
338 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_auth_create_entry()
H A Dwpa_auth.c2229 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) { in SM_STATE()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c184 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_add()
196 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_add()
H A Dwpa.c386 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
441 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
1828 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_process_3_of_4()