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

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11.c360 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS ||
363 sta->added_unassoc = 0;
1256 if (!sta_removed && sta->added_unassoc &&
1260 sta->added_unassoc = 0;
2302 * (sta->added_unassoc = 1) so skip it.
2316 !(sta->added_unassoc)) {
2321 * updated. To handle this, station's added_unassoc flag is
2342 sta->added_unassoc = 1;
2434 if (sta && sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS ||
2437 sta->added_unassoc
[all...]
H A Dsta_info.h117 unsigned int added_unassoc:1; member in struct:sta_info
H A Dsta_info.c180 sta->added_unassoc = 0;
296 sta->added_unassoc = 0;
753 sta->added_unassoc = 0;
H A Ddrv_callbacks.c98 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) {
100 sta->added_unassoc = 0;
H A Dwpa_auth_glue.c910 sta->added_unassoc = 1;

Completed in 232 milliseconds