Home
last modified time | relevance | path

Searched refs:added_unassoc (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c360 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
363 sta->added_unassoc = 0; in handle_auth_ft_finish()
1256 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()
1260 sta->added_unassoc = 0; in handle_auth_sae()
2302 * (sta->added_unassoc = 1) so skip it. in handle_auth()
2316 !(sta->added_unassoc)) { in handle_auth()
2321 * updated. To handle this, station's added_unassoc flag is in handle_auth()
2342 sta->added_unassoc = 1; in handle_auth()
2434 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
2437 sta->added_unassoc in handle_auth()
[all...]
H A Dsta_info.h117 unsigned int added_unassoc:1; member
H A Dsta_info.c180 sta->added_unassoc = 0; in ap_free_sta()
296 sta->added_unassoc = 0; in ap_free_sta()
753 sta->added_unassoc = 0; in ap_sta_remove()
H A Ddrv_callbacks.c98 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
100 sta->added_unassoc = 0; in hostapd_notify_assoc_fils_finish()
H A Dwpa_auth_glue.c910 sta->added_unassoc = 1; in hostapd_wpa_auth_add_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c460 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
463 sta->added_unassoc = 0; in handle_auth_ft_finish()
1603 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()
1606 sta->added_unassoc = 0; in handle_auth_sae()
3854 * (sta->added_unassoc = 1) so skip it. in handle_auth()
3871 !(sta->added_unassoc) && auth_alg != WLAN_AUTH_PASN) { in handle_auth()
3973 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
3976 sta->added_unassoc = 0; in handle_auth()
4973 " (added_unassoc=%d auth_alg=%u ft_over_ds=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)", in add_associated_sta()
4974 MAC2STR_SEC(sta->addr), sta->added_unassoc, st in add_associated_sta()
[all...]
H A Dsta_info.h158 unsigned int added_unassoc:1; member
H A Dsta_info.c222 sta->added_unassoc = 0; in ap_free_sta()
336 sta->added_unassoc = 0; in ap_free_sta()
805 sta->added_unassoc = 0; in ap_sta_remove()
1713 * this, station's added_unassoc flag is cleared once the station has in ap_sta_re_add()
1732 sta->added_unassoc = 1; in ap_sta_re_add()
H A Ddrv_callbacks.c111 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
113 sta->added_unassoc = 0; in hostapd_notify_assoc_fils_finish()
H A Dwpa_auth_glue.c1082 sta->added_unassoc = 1; in hostapd_wpa_auth_add_sta()
1112 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()

Completed in 22 milliseconds