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.h128 static inline int wpa_key_mgmt_suite_b(int akm) in wpa_key_mgmt_suite_b() function
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c138 if (wpa_key_mgmt_suite_b(akmp) && !kck) in pmksa_cache_add()
150 else if (wpa_key_mgmt_suite_b(akmp)) in pmksa_cache_add()
Dwpa.c180 wpa_key_mgmt_suite_b(sm->key_mgmt)) in wpa_sm_key_request()
323 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
372 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
1424 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_supplicant_process_3_of_4()
1782 wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_supplicant_decrypt_key_data()
2057 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
2074 if ((wpa_key_mgmt_suite_b(sm->key_mgmt) || in wpa_sm_rx_eapol()
2098 !wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_sm_rx_eapol()
2107 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
2128 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/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.c1008 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
1030 if ((wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in wpa_receive()
1423 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
1449 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
1551 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
2040 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) { in SM_STATE()