Searched refs:WLAN_AUTH_FT (Results 1 – 12 of 12) sorted by relevance
30 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()
118 if (!sta->sa_query_timed_out && (sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query_need()444 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc()690 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc()707 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()1266 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()1267 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
2538 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()2563 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies()2599 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()2699 rsnxe_used = (auth_alg == WLAN_AUTH_FT) && in wpa_sm_write_assoc_resp_ies()2730 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()2738 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()2756 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()2764 if (auth_alg == WLAN_AUTH_FT && rsnxe_len) in wpa_sm_write_assoc_resp_ies()2774 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
1050 ret = hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT); in hostapd_wpa_auth_add_sta()1069 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()1078 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
452 reply_res = send_auth_reply(hapd, NULL, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish()3632 auth_alg == WLAN_AUTH_FT) || in handle_auth()3897 case WLAN_AUTH_FT: in handle_auth()3898 sta->auth_alg = WLAN_AUTH_FT; in handle_auth()4458 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query()4662 if (sta->auth_alg == WLAN_AUTH_FT) { in check_assoc_ies()4697 !(sta->auth_alg == WLAN_AUTH_FT && in check_assoc_ies()4968 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()5187 sta && sta->auth_alg == WLAN_AUTH_FT) { in send_assoc_resp()5526 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc()[all …]
282 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
510 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()
3239 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
1641 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth()1995 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies && in sme_associate()2008 } else if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
4128 WLAN_AUTH_FT); in ft_rx_action()
83 #define WLAN_AUTH_FT 2 macro
242 if (sta->auth_alg != WLAN_AUTH_FT || in process_ft_auth()