Searched refs:sa_query_count (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.c1115 sta->sa_query_count = 0;
1133 hapd->conf->iface, MAC2STR(sta->addr), sta->sa_query_count);
1135 if (sta->sa_query_count > 0 &&
1140 sta->sa_query_count + 1,
1144 if (sta->sa_query_count == 0) {
1148 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN;
1150 sta->sa_query_count++;
1169 "association SA Query attempt %d", sta->sa_query_count);
1186 sta->sa_query_count = 0;
H A Dsta_info.h175 int sa_query_count; /* number of pending SA Query requests; member in struct:sta_info
179 * sa_query_count octets of pending SA Query
H A Dieee802_11_shared.c288 for (i = 0; i < sta->sa_query_count; i++) {
295 if (i >= sta->sa_query_count) {
H A Ddrv_callbacks.c347 sta->sa_query_count > 0)
360 if (sta->sa_query_count == 0)
H A Dieee802_11.c3085 sta->sa_query_count > 0)
3098 if (sta->sa_query_count == 0)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c2365 if (wpa_s->sme.sa_query_count > 0 &&
2370 wpa_s->sme.sa_query_count + 1,
2376 if (wpa_s->sme.sa_query_count == 0) {
2380 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN;
2382 wpa_s->sme.sa_query_count++;
2396 wpa_s->sme.sa_query_count);
2415 wpa_s->sme.sa_query_count = 0;
2435 if (wpa_s->sme.sa_query_count > 0)
2524 for (i = 0; i < wpa_s->sme.sa_query_count; i++) {
2531 if (i >= wpa_s->sme.sa_query_count) {
[all...]
H A Dwpa_supplicant_i.h785 int sa_query_count; /* number of pending SA Query requests; member in struct:wpa_supplicant::__anon3784
789 * sa_query_count octets of pending

Completed in 200 milliseconds