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.h130 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.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.c185 wpa_key_mgmt_suite_b(sm->key_mgmt)) in wpa_sm_key_request()
335 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
385 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_supplicant_get_pmk()
1446 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_supplicant_process_3_of_4()
1820 wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_supplicant_decrypt_key_data()
2097 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
2116 if ((wpa_key_mgmt_suite_b(sm->key_mgmt) || in wpa_sm_rx_eapol()
2142 !wpa_key_mgmt_suite_b(sm->key_mgmt)) { in wpa_sm_rx_eapol()
2151 !wpa_key_mgmt_suite_b(sm->key_mgmt) && in wpa_sm_rx_eapol()
2174 !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.c1006 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
1018 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
1031 if ((wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in wpa_receive()
1389 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
1417 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
1519 wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) || in __wpa_send_eapol()
2054 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) { in SM_STATE()