Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt_ft (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h75 static inline int wpa_key_mgmt_ft(int akm) in wpa_key_mgmt_ft() function
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c402 if (!wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_ft_process_response()
527 if (!wpa_key_mgmt_ft(sm->key_mgmt)) in wpa_ft_is_completed()
680 if (!wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_ft_validate_reassoc_resp()
Dwpa.c100 else if (wpa_key_mgmt_ft(sm->key_mgmt) || in wpa_sm_key_request()
237 !wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_supplicant_get_pmk()
275 !wpa_key_mgmt_ft(sm->key_mgmt) && sm->key_mgmt != WPA_KEY_MGMT_OSEN) in wpa_supplicant_get_pmk()
331 if (wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_supplicant_send_2_of_4()
412 if (wpa_key_mgmt_ft(sm->key_mgmt)) in wpa_derive_ptk()
573 if (wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_supplicant_key_neg_complete()
1039 wpa_compare_rsn_ie(wpa_key_mgmt_ft(sm->key_mgmt), in wpa_supplicant_validate_ie()
1061 if (wpa_key_mgmt_ft(sm->key_mgmt) && in wpa_supplicant_validate_ie()
1818 if (wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c235 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
1137 wpa_key_mgmt_ft(sm->wpa_key_mgmt); in wpa_receive()
1998 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_derive_ptk()
2053 if (sm->wpa == WPA_VERSION_WPA2 && wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
2241 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
2258 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
2279 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
Dwpa_auth_ie.c393 if (wpa_key_mgmt_ft(wpa_auth->conf.wpa_key_mgmt)) { in wpa_auth_gen_wpa_ie()
641 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in wpa_validate_wpa_ie()
Dap_config.c768 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
Dieee802_1x.c443 if (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in add_common_radius_sta_attr()
445 (wpa_key_mgmt_ft(wpa_auth_sta_key_mgmt(sta->wpa_sm)) || in add_common_radius_sta_attr()
Dwpa_auth_ft.c653 if (!wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_sm_write_assoc_resp_ies()
Dieee802_11.c936 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c306 if (wpa_key_mgmt_ft(wpa_s->key_mgmt)) { in wpa_supplicant_eapol_cb()
Dsme.c362 if (md && wpa_key_mgmt_ft(ssid->key_mgmt)) { in sme_send_authentication()