Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h101 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c105 wpa_key_mgmt_suite_b(sm->key_mgmt)) in wpa_sm_key_request()
249 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
298 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
1297 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_supplicant_process_3_of_4()
1656 wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_supplicant_decrypt_key_data()
1869 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
1885 if (wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
1907 !wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_sm_rx_eapol()
1916 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
1936 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
Dpmksa_cache.c137 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_add()
149 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_add()
/external/wpa_supplicant_8/src/ap/
Dpmksa_cache_auth.c291 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_auth_add()
303 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_auth_add()
Dwpa_auth.c987 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
1007 if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
1432 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) in __wpa_send_eapol()
1457 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
1534 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
2011 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) { in SM_STATE()