Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/src/ap/
HDap_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()
HDdrv_callbacks.c123 if (!sta->sa_query_timed_out && (sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query_need()
602 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc()
849 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc()
878 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
1604 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
1605 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
HDwpa_auth_ft.c2589 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
2614 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies()
2650 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies()
2750 rsnxe_used = (auth_alg == WLAN_AUTH_FT) && in wpa_sm_write_assoc_resp_ies()
2804 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2812 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies()
2832 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
2840 if (auth_alg == WLAN_AUTH_FT && rsnxe_len) in wpa_sm_write_assoc_resp_ies()
2850 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
HDwpa_auth_glue.c1097 ret = hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT); in hostapd_wpa_auth_add_sta()
1116 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
1125 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
HDieee802_11.c512 reply_res = send_auth_reply(hapd, NULL, dst, WLAN_AUTH_FT, in handle_auth_ft_finish()
2961 auth_alg == WLAN_AUTH_FT) || in handle_auth()
3260 case WLAN_AUTH_FT: in handle_auth()
3261 sta->auth_alg = WLAN_AUTH_FT; in handle_auth()
3903 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query()
4151 if (sta->auth_alg == WLAN_AUTH_FT) { in __check_assoc_ies()
4188 !(sta->auth_alg == WLAN_AUTH_FT && in __check_assoc_ies()
4770 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
5007 sta && sta->auth_alg == WLAN_AUTH_FT) { in send_assoc_resp()
5422 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc()
[all …]
HDieee802_11_eht.c981 case WLAN_AUTH_FT: in auth_skip_fixed_fields()
HDieee802_1x.c575 sta->auth_alg == WLAN_AUTH_FT) && in add_common_radius_sta_attr()
1396 if (sta->auth_alg == WLAN_AUTH_FT) { in ieee802_1x_new_station()
HDhostapd.c4049 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDsme.c2115 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth()
2501 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies && in sme_associate()
2514 } else if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
HDevents.c5006 WLAN_AUTH_FT); in ft_rx_action()
/freebsd-13-stable/contrib/wpa/src/common/
HDieee802_11_defs.h95 #define WLAN_AUTH_FT 2 macro