Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_mlme.c30 case WLAN_AUTH_FT: in mlme_auth_alg_str()
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
108 if (sta->auth_alg != WLAN_AUTH_FT) in mlme_associate_indication()
133 if (sta->auth_alg != WLAN_AUTH_FT) in mlme_reassociate_indication()
Ddrv_callbacks.c263 (sta->auth_alg != WLAN_AUTH_FT)) { in hostapd_notif_assoc()
290 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc()
377 if (sta->auth_alg == WLAN_AUTH_FT) in hostapd_notif_assoc()
391 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
727 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
728 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
Dwpa_auth_glue.c544 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0) in hostapd_wpa_auth_add_sta()
551 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
560 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
Dieee802_11.c308 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish()
1000 auth_alg == WLAN_AUTH_FT) || in handle_auth()
1262 case WLAN_AUTH_FT: in handle_auth()
1263 sta->auth_alg = WLAN_AUTH_FT; in handle_auth()
1612 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies()
1633 if (sta->auth_alg == WLAN_AUTH_FT) { in check_assoc_ies()
1664 !(sta->auth_alg == WLAN_AUTH_FT && in check_assoc_ies()
2029 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc()
2750 sta->auth_alg == WLAN_AUTH_FT) { in handle_assoc_cb()
2793 if (sta->auth_alg == WLAN_AUTH_FT) in handle_assoc_cb()
Dwpa_auth_ft.c658 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
680 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
724 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
731 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
739 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
Dap_drv_ops.c260 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
Dieee802_1x.c478 sta->auth_alg == WLAN_AUTH_FT) && in add_common_radius_sta_attr()
1157 if (sta->auth_alg == WLAN_AUTH_FT) { in ieee802_1x_new_station()
Dhostapd.c2679 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c905 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth()
971 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
Devents.c2959 WLAN_AUTH_FT);
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h82 #define WLAN_AUTH_FT 2 macro