Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt_fils (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h117 static inline int wpa_key_mgmt_fils(int akm) in wpa_key_mgmt_fils() function
155 wpa_key_mgmt_fils(akm) || in wpa_key_mgmt_wpa()
Dwpa_common.c130 wpa_key_mgmt_fils(akmp); in wpa_use_akm_defined()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c688 if (wpa_key_mgmt_fils(sm->key_mgmt)) { in wpa_ft_process_response()
782 if (wpa_key_mgmt_fils(sm->key_mgmt)) { in wpa_ft_process_gtk_subelem()
865 if (wpa_key_mgmt_fils(sm->key_mgmt)) { in wpa_ft_process_igtk_subelem()
942 if (wpa_key_mgmt_fils(sm->key_mgmt)) { in wpa_ft_process_bigtk_subelem()
1130 if (wpa_key_mgmt_fils(sm->key_mgmt)) { in wpa_ft_validate_reassoc_resp()
Dwpa.c4793 if (!wpa_key_mgmt_fils(sm->key_mgmt)) { in fils_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c405 wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_ext_capab_byte()
485 !wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) && len < 10) in hostapd_eid_ext_capab()
978 !wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_eid_fils_indic()
Dwpa_auth.c1288 if (!wpa_key_mgmt_fils(sm->wpa_key_mgmt) && in wpa_receive()
1296 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt) && in wpa_receive()
1901 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt) && in wpa_auth_sm_event()
2228 } else if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in SM_STATE()
2478 if (!wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_fils_validate_fils_session()
2583 if (!wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in fils_decrypt_assoc()
4721 if (!sm || !wpa_key_mgmt_fils(sm->wpa_key_mgmt)) in wpa_auth_sta_fils_tk_already_set()
Dwpa_auth_ft.c2176 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_gtk_subelem()
2264 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_igtk_subelem()
2324 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_bigtk_subelem()
2766 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_sm_write_assoc_resp_ies()
3467 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_validate_reassoc()
Dwpa_auth_ie.c1002 !wpa_key_mgmt_fils(sm->wpa_key_mgmt)) in wpa_validate_wpa_ie()
Dieee802_11.c3497 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth()
3499 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1484 if (wpa_key_mgmt_fils(wpa_s->key_mgmt)) in wpa_supplicant_rsn_supp_set_config()
Dsme.c440 if (wpa_key_mgmt_fils(ssid->key_mgmt)) in sme_send_authentication()
788 wpa_key_mgmt_fils(ssid->key_mgmt)) { in sme_send_authentication()
Dwpa_supplicant.c2845 if (wpa_key_mgmt_fils(ssid->key_mgmt)) in wpas_populate_assoc_ies()
2935 ssid->eap.erp && wpa_key_mgmt_fils(wpa_s->key_mgmt) && in wpas_populate_assoc_ies()
2954 ssid->eap.erp && wpa_key_mgmt_fils(wpa_s->key_mgmt) && in wpas_populate_assoc_ies()
7556 if (!ssid || !ssid->eap.erp || !wpa_key_mgmt_fils(ssid->key_mgmt) || in fils_connection_failure()
Devents.c3394 if (wpa_key_mgmt_fils(wpa_s->key_mgmt)) { in wpa_supplicant_event_assoc()