/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_mlme.c | 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()
|
D | drv_callbacks.c | 365 (sta->auth_alg != WLAN_AUTH_FT)) { in hostapd_notif_assoc() 392 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc() 617 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc() 634 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc() 1107 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth() 1108 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
|
D | wpa_auth_glue.c | 903 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0) in hostapd_wpa_auth_add_sta() 913 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta() 922 sta->auth_alg = WLAN_AUTH_FT; in hostapd_wpa_auth_add_sta()
|
D | ieee802_11.c | 352 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish() 2105 auth_alg == WLAN_AUTH_FT) || in handle_auth() 2374 case WLAN_AUTH_FT: in handle_auth() 2375 sta->auth_alg = WLAN_AUTH_FT; in handle_auth() 3090 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies() 3111 if (sta->auth_alg == WLAN_AUTH_FT) { in check_assoc_ies() 3146 !(sta->auth_alg == WLAN_AUTH_FT && in check_assoc_ies() 3394 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta() 3932 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc() 4858 sta->auth_alg == WLAN_AUTH_FT) { in handle_assoc_cb() [all …]
|
D | wpa_auth_ft.c | 2443 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies() 2479 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies() 2571 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies() 2579 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies() 2594 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
|
D | ap_drv_ops.c | 277 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
|
D | ieee802_1x.c | 509 sta->auth_alg == WLAN_AUTH_FT) && in add_common_radius_sta_attr() 1295 if (sta->auth_alg == WLAN_AUTH_FT) { in ieee802_1x_new_station()
|
D | hostapd.c | 3088 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_mlme.c | 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()
|
D | drv_callbacks.c | 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() 1264 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth() 1265 sta->auth_alg = WLAN_AUTH_FT; in hostapd_notif_auth()
|
D | wpa_auth_ft.c | 2537 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies() 2562 if (auth_alg == WLAN_AUTH_FT || in wpa_sm_write_assoc_resp_ies() 2598 if (auth_alg == WLAN_AUTH_FT) { in wpa_sm_write_assoc_resp_ies() 2698 rsnxe_used = (auth_alg == WLAN_AUTH_FT) && in wpa_sm_write_assoc_resp_ies() 2729 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies() 2737 if (auth_alg == WLAN_AUTH_FT) in wpa_sm_write_assoc_resp_ies() 2755 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies() 2763 if (auth_alg == WLAN_AUTH_FT && rsnxe_len) in wpa_sm_write_assoc_resp_ies() 2773 if (auth_alg == WLAN_AUTH_FT && in wpa_sm_write_assoc_resp_ies()
|
D | wpa_auth_glue.c | 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()
|
D | ieee802_11.c | 452 reply_res = send_auth_reply(hapd, NULL, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish() 3622 auth_alg == WLAN_AUTH_FT) || in handle_auth() 3887 case WLAN_AUTH_FT: in handle_auth() 3888 sta->auth_alg = WLAN_AUTH_FT; in handle_auth() 4448 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query() 4652 if (sta->auth_alg == WLAN_AUTH_FT) { in check_assoc_ies() 4687 !(sta->auth_alg == WLAN_AUTH_FT && in check_assoc_ies() 4958 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta() 5177 sta && sta->auth_alg == WLAN_AUTH_FT) { in send_assoc_resp() 5516 if (sta && sta->auth_alg == WLAN_AUTH_FT && in handle_assoc() [all …]
|
D | ap_drv_ops.c | 282 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags()
|
D | ieee802_1x.c | 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()
|
D | hostapd.c | 3239 if (sta->auth_alg != WLAN_AUTH_FT && in hostapd_new_assoc_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | sme.c | 1355 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth() 1667 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies && in sme_associate() 1680 } else if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
|
D | events.c | 3509 WLAN_AUTH_FT); in ft_rx_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | sme.c | 1640 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth() 1994 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies && in sme_associate() 2007 } else if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) { in sme_associate()
|
D | events.c | 4097 WLAN_AUTH_FT); in ft_rx_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_defs.h | 82 #define WLAN_AUTH_FT 2 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 83 #define WLAN_AUTH_FT 2 macro
|