Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_FT (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_mlme.c29 case WLAN_AUTH_FT: in mlme_auth_alg_str()
59 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
105 if (sta->auth_alg != WLAN_AUTH_FT) in mlme_associate_indication()
131 if (sta->auth_alg != WLAN_AUTH_FT) in mlme_reassociate_indication()
Dieee802_11.c281 send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, auth_transaction, in handle_auth_ft_finish()
347 auth_alg == WLAN_AUTH_FT) || in handle_auth()
463 case WLAN_AUTH_FT: in handle_auth()
464 sta->auth_alg = WLAN_AUTH_FT; in handle_auth()
736 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies()
757 if (sta->auth_alg == WLAN_AUTH_FT) { in check_assoc_ies()
974 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc()
1533 sta->auth_alg == WLAN_AUTH_FT) { in handle_assoc_cb()
1596 if (sta->auth_alg == WLAN_AUTH_FT) in handle_assoc_cb()
Dwpa_auth_ft.c605 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
627 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
676 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
682 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
690 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
Dwpa_auth_glue.c432 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
441 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
Dap_drv_ops.c218 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
Dhostapd.c935 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
Dieee802_1x.c904 if (sta->auth_alg == WLAN_AUTH_FT) { in ieee802_1x_new_station()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c312 wpa_s->mlme.auth_alg = WLAN_AUTH_FT; in ieee80211_authenticate()
422 if (wpa_s->mlme.extra_ie && wpa_s->mlme.auth_alg != WLAN_AUTH_FT) { in ieee80211_send_assoc()
431 wpa_s->mlme.auth_alg != WLAN_AUTH_FT && in ieee80211_send_assoc()
446 wpa_s->mlme.auth_alg == WLAN_AUTH_FT && wpa_s->mlme.ft_ies) { in ieee80211_send_assoc()
890 case WLAN_AUTH_FT: in ieee80211_rx_mgmt_auth()
1114 if (wpa_s->mlme.auth_alg == WLAN_AUTH_FT) { in ieee80211_rx_mgmt_assoc_resp()
1731 wpa_s->mlme.auth_alg = WLAN_AUTH_FT; in ieee80211_rx_mgmt_ft_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c344 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth()
387 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
Devents.c2009 WLAN_AUTH_FT);
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h78 #define WLAN_AUTH_FT 2 macro
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h78 #define WLAN_AUTH_FT 2 macro