Home
last modified time | relevance | path

Searched refs:added_unassoc (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c359 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
362 sta->added_unassoc = 0; in handle_auth_ft_finish()
1253 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()
1257 sta->added_unassoc = 0; in handle_auth_sae()
2311 !(sta->added_unassoc)) { in handle_auth()
2334 sta->added_unassoc = 1; in handle_auth()
2426 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
2429 sta->added_unassoc = 0; in handle_auth()
3255 MAC2STR(sta->addr), sta->added_unassoc, sta->auth_alg, in add_associated_sta()
3261 if (!sta->added_unassoc && in add_associated_sta()
[all …]
Dsta_info.h116 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()
742 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.c906 sta->added_unassoc = 1; in hostapd_wpa_auth_add_sta()