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/
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()
2316 !(sta->added_unassoc)) { 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 = 0; in handle_auth()
3386 MAC2STR(sta->addr), sta->added_unassoc, sta->auth_alg, in add_associated_sta()
3392 if (!sta->added_unassoc && in add_associated_sta()
[all …]
Dsta_info.h117 unsigned int added_unassoc:1; member
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()
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()
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/
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()
1590 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()
1593 sta->added_unassoc = 0; in handle_auth_sae()
3849 !(sta->added_unassoc) && auth_alg != WLAN_AUTH_PASN) { in handle_auth()
3951 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
3954 sta->added_unassoc = 0; in handle_auth()
4952 MAC2STR_SEC(sta->addr), sta->added_unassoc, sta->auth_alg, in add_associated_sta()
4958 if (!sta->added_unassoc && in add_associated_sta()
5007 if (sta->added_unassoc) { in add_associated_sta()
[all …]
Dsta_info.c219 sta->added_unassoc = 0; in ap_free_sta()
333 sta->added_unassoc = 0; in ap_free_sta()
802 sta->added_unassoc = 0; in ap_sta_remove()
1700 sta->added_unassoc = 1; in ap_sta_re_add()
Dsta_info.h158 unsigned int added_unassoc:1; member
Dwpa_auth_glue.c1080 sta->added_unassoc = 1; in hostapd_wpa_auth_add_sta()
1110 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()
Ddrv_callbacks.c106 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
108 sta->added_unassoc = 0; in hostapd_notify_assoc_fils_finish()