Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddefs.h145 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpmksa_cache.c142 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_add()
154 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_add()
Dwpa.c376 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
431 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
1579 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_process_3_of_4()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddefs.h145 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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()
Dwpa_auth.c2156 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) { in SM_STATE()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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()
Dwpa_auth.c2238 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) { in SM_STATE()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
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()
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()