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 && in mlme_authenticate_indication()
112 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_associate_indication()
140 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_reassociate_indication()
Ddrv_callbacks.c399 (sta->auth_alg != WLAN_AUTH_FT)) { in hostapd_notif_assoc()
425 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc()
671 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc()
688 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
1190 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
1191 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
Dieee802_11.c432 reply_res = send_auth_reply(hapd, NULL, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish()
2321 auth_alg == WLAN_AUTH_FT) || in handle_auth()
2566 case WLAN_AUTH_FT: in handle_auth()
2567 sta->auth_alg = WLAN_AUTH_FT; in handle_auth()
3284 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies()
3304 if (sta->auth_alg == WLAN_AUTH_FT) { in check_assoc_ies()
3339 !(sta->auth_alg == WLAN_AUTH_FT && in check_assoc_ies()
3598 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
3817 sta && sta->auth_alg == WLAN_AUTH_FT) { in send_assoc_resp()
4155 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc()
[all …]
Dwpa_auth_ft.c2496 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
2521 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies()
2557 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
2648 rsnxe_used = (auth_alg == WLAN_AUTH_FT) && in wpa_sm_write_assoc_resp_ies()
2679 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2687 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2705 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
2713 if (auth_alg == WLAN_AUTH_FT && rsnxe_len) in wpa_sm_write_assoc_resp_ies()
2723 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
Dwpa_auth_glue.c1015 ret = hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT); in hostapd_wpa_auth_add_sta()
1034 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
1043 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
Dap_drv_ops.c282 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
Dieee802_1x.c510 sta->auth_alg == WLAN_AUTH_FT) && in add_common_radius_sta_attr()
1303 if (sta->auth_alg == WLAN_AUTH_FT) { in ieee802_1x_new_station()
Dhostapd.c3178 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c1559 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth()
1879 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies && in sme_associate()
1892 } else if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
Devents.c3783 WLAN_AUTH_FT); in ft_rx_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h82 #define WLAN_AUTH_FT 2 macro