Searched refs:WLAN_AUTH_FT (Results 1 – 12 of 12) sorted by relevance
29 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()
281 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()
605 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()
432 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()
218 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
935 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
904 if (sta->auth_alg == WLAN_AUTH_FT) { in ieee802_1x_new_station()
312 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()
344 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()
2009 WLAN_AUTH_FT);
78 #define WLAN_AUTH_FT 2 macro