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

  /external/wpa_supplicant_8/src/ap/
ap_list.c 65 s = s->hnext;
126 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
138 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
142 while (s->hnext != NULL &&
143 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
144 s = s->hnext;
145 if (s->hnext != NULL)
146 s->hnext = s->hnext->hnext;
    [all...]
ap_list.h 29 struct ap_info *hnext; /* next entry in hash table list */ member in struct:ap_info
pmksa_cache_auth.h 24 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
pmksa_cache_auth.c 68 prev->hnext = pos->hnext;
71 pos->hnext;
76 pos = pos->hnext;
207 entry->hnext = pmksa->pmkid[PMKID_HASH(entry->pmkid)];
369 entry = pmkid ? entry->hnext : entry->next;
sta_info.c 67 s = s->hnext;
94 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
106 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
110 while (s->hnext != NULL &&
111 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
112 s = s->hnext;
113 if (s->hnext != NULL)
114 s->hnext = s->hnext->hnext;
    [all...]
sta_info.h 44 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
  /external/wpa_supplicant/
mlme.c 275 struct ieee80211_sta_bss *hnext; member in struct:ieee80211_sta_bss
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 57 struct ieee80211_sta_bss *hnext; member in struct:ieee80211_sta_bss
1192 bss->hnext = wpa_s->mlme.sta_bss_hash[STA_HASH(bss->bssid)];
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 58 struct ieee80211_sta_bss *hnext; member in struct:ieee80211_sta_bss
    [all...]

Completed in 182 milliseconds