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.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()
1570 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()
1573 sta->added_unassoc = 0; in handle_auth_sae()
3717 !(sta->added_unassoc) && auth_alg != WLAN_AUTH_PASN) { in handle_auth()
3817 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
3820 sta->added_unassoc = 0; in handle_auth()
4816 MAC2STR(sta->addr), sta->added_unassoc, sta->auth_alg, in add_associated_sta()
4822 if (!sta->added_unassoc && in add_associated_sta()
4871 if (sta->added_unassoc) { in add_associated_sta()
[all …]
Dsta_info.c210 sta->added_unassoc = 0; in ap_free_sta()
324 sta->added_unassoc = 0; in ap_free_sta()
790 sta->added_unassoc = 0; in ap_sta_remove()
1565 sta->added_unassoc = 1; in ap_sta_re_add()
Dsta_info.h157 unsigned int added_unassoc:1; member
Dwpa_auth_glue.c1067 sta->added_unassoc = 1; in hostapd_wpa_auth_add_sta()
1097 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()
Ddrv_callbacks.c100 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
102 sta->added_unassoc = 0; in hostapd_notify_assoc_fils_finish()