HomeSort by relevance Sort by last modified time
    Searched refs:sa_query_count (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 659 if (wpa_s->sme.sa_query_count > 0 &&
664 (wpa_s->sme.sa_query_count + 1) *
668 if (wpa_s->sme.sa_query_count == 0) {
672 trans_id = nbuf + wpa_s->sme.sa_query_count * WLAN_SA_QUERY_TR_ID_LEN;
674 wpa_s->sme.sa_query_count++;
684 wpa_s->sme.sa_query_count);
701 wpa_s->sme.sa_query_count = 0;
722 if (wpa_s->sme.sa_query_count > 0)
746 for (i = 0; i < wpa_s->sme.sa_query_count; i++) {
753 if (i >= wpa_s->sme.sa_query_count) {
    [all...]
wpa_supplicant_i.h 399 int sa_query_count; /* number of pending SA Query requests; member in struct:wpa_supplicant::__anon15753
403 * sa_query_count octets of pending
  /external/wpa_supplicant_8/src/ap/
sta_info.c 711 sta->sa_query_count = 0;
727 if (sta->sa_query_count > 0 &&
732 (sta->sa_query_count + 1) * WLAN_SA_QUERY_TR_ID_LEN);
735 if (sta->sa_query_count == 0) {
739 trans_id = nbuf + sta->sa_query_count * WLAN_SA_QUERY_TR_ID_LEN;
741 sta->sa_query_count++;
752 "association SA Query attempt %d", sta->sa_query_count);
771 sta->sa_query_count = 0;
sta_info.h 101 int sa_query_count; /* number of pending SA Query requests; member in struct:sta_info
105 * sa_query_count octets of pending SA Query
ieee802_11_shared.c 145 for (i = 0; i < sta->sa_query_count; i++) {
152 if (i >= sta->sa_query_count) {
ieee802_11.c 733 sta->sa_query_count > 0)
744 if (sta->sa_query_count == 0)
    [all...]

Completed in 86 milliseconds