Searched refs:WLAN_AUTH_FT (Results 1 – 11 of 11) sorted by relevance
30 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()
263 (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()
544 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()
308 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()
658 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()
260 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
478 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()
2679 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
905 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()
2959 WLAN_AUTH_FT);
82 #define WLAN_AUTH_FT 2 macro