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.h71 static inline int wpa_key_mgmt_ft(int akm) in wpa_key_mgmt_ft() function
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c94 else if (wpa_key_mgmt_ft(sm->key_mgmt) || in wpa_sm_key_request()
202 !wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_supplicant_get_pmk()
238 !wpa_key_mgmt_ft(sm->key_mgmt) && sm->key_mgmt != WPA_KEY_MGMT_OSEN) in wpa_supplicant_get_pmk()
293 if (wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_supplicant_send_2_of_4()
367 if (wpa_key_mgmt_ft(sm->key_mgmt)) in wpa_derive_ptk()
529 if (wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_supplicant_key_neg_complete()
992 wpa_compare_rsn_ie(wpa_key_mgmt_ft(sm->key_mgmt), in wpa_supplicant_validate_ie()
1014 if (wpa_key_mgmt_ft(sm->key_mgmt) && in wpa_supplicant_validate_ie()
1706 if (wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_sm_rx_eapol()
Dwpa_ft.c405 if (!wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_ft_process_response()
532 if (!wpa_key_mgmt_ft(sm->key_mgmt)) in wpa_ft_is_completed()
684 if (!wpa_key_mgmt_ft(sm->key_mgmt)) { in wpa_ft_validate_reassoc_resp()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c383 if (wpa_key_mgmt_ft(wpa_auth->conf.wpa_key_mgmt)) { in wpa_auth_gen_wpa_ie()
623 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in wpa_validate_wpa_ie()
Dwpa_auth.c207 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
1018 wpa_key_mgmt_ft(sm->wpa_key_mgmt); in wpa_receive()
1822 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_derive_ptk()
1876 if (sm->wpa == WPA_VERSION_WPA2 && wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
2062 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
2079 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
2100 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) { in SM_STATE()
Dap_config.c748 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
Dieee802_1x.c422 if (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in add_common_radius_sta_attr()
424 (wpa_key_mgmt_ft(wpa_auth_sta_key_mgmt(sta->wpa_sm)) || in add_common_radius_sta_attr()
Dwpa_auth_ft.c655 if (!wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_sm_write_assoc_resp_ies()
Dieee802_11.c601 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c291 if (wpa_key_mgmt_ft(wpa_s->key_mgmt)) { in wpa_supplicant_eapol_cb()
Dsme.c300 if (md && wpa_key_mgmt_ft(ssid->key_mgmt)) { in sme_send_authentication()