Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c315 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
318 sta->added_unassoc = 0; in handle_auth_ft_finish()
882 if (sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth_sae()
885 sta->added_unassoc = 0; in handle_auth_sae()
1211 !(sta->added_unassoc)) { in handle_auth()
1233 sta->added_unassoc = 1; in handle_auth()
1313 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
1316 sta->added_unassoc = 0; in handle_auth()
1785 if (!sta->added_unassoc) in add_associated_sta()
1808 sta->vht_opmode, sta->added_unassoc)) { in add_associated_sta()
[all …]
Dsta_info.h106 unsigned int added_unassoc:1; member
Dsta_info.c176 sta->added_unassoc = 0; in ap_free_sta()
283 sta->added_unassoc = 0; in ap_free_sta()
684 sta->added_unassoc = 0; in ap_sta_remove()