Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c520 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
523 sta->added_unassoc = 0; in handle_auth_ft_finish()
1633 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()
1636 sta->added_unassoc = 0; in handle_auth_sae()
3157 if (!sta->added_unassoc && auth_transaction == 1) { in handle_auth()
3222 !(sta->added_unassoc) && auth_alg != WLAN_AUTH_PASN) { in handle_auth()
3331 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS || in handle_auth()
3334 sta->added_unassoc = 0; in handle_auth()
4762 MAC2STR(sta->addr), sta->added_unassoc, sta->auth_alg, in add_associated_sta()
4768 if (!mld_link_sta && !sta->added_unassoc && in add_associated_sta()
[all …]
H A Dsta_info.c249 sta->added_unassoc = 0; in ap_free_sta()
379 sta->added_unassoc = 0; in ap_free_sta()
880 sta->added_unassoc = 0; in ap_sta_remove()
1870 sta->added_unassoc = 1; in ap_sta_re_add()
H A Dsta_info.h153 unsigned int added_unassoc:1; member
H A Dwpa_auth_glue.c1112 sta->added_unassoc = 1; in hostapd_wpa_auth_add_sta()
1142 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()
H A Ddrv_callbacks.c105 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
107 sta->added_unassoc = 0; in hostapd_notify_assoc_fils_finish()