Searched refs:hnext (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c59 s = s->hnext;
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
108 while (s->hnext != NULL &&
109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
110 s = s->hnext;
111 if (s->hnext != NULL)
112 s->hnext = s->hnext->hnext;
[all...]
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member in struct:ap_info
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c66 prev->hnext = entry->hnext;
68 pmksa->pmkid[hash] = entry->hnext;
72 pos = pos->hnext;
220 entry->hnext = pmksa->pmkid[hash];
391 entry = entry->hnext) {
H A Dsta_info.c70 s = s->hnext;
121 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
133 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
137 while (s->hnext != NULL &&
138 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
139 s = s->hnext;
140 if (s->hnext != NULL)
141 s->hnext = s->hnext->hnext;
[all...]
H A Dsta_info.h50 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c59 s = s->hnext;
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
108 while (s->hnext != NULL &&
109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
110 s = s->hnext;
111 if (s->hnext != NULL)
112 s->hnext = s->hnext->hnext;
[all...]
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member in struct:ap_info
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c66 prev->hnext = entry->hnext;
68 pmksa->pmkid[hash] = entry->hnext;
72 pos = pos->hnext;
220 entry->hnext = pmksa->pmkid[hash];
391 entry = entry->hnext) {
H A Dsta_info.c70 s = s->hnext;
121 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
133 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
137 while (s->hnext != NULL &&
138 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
139 s = s->hnext;
140 if (s->hnext != NULL)
141 s->hnext = s->hnext->hnext;
[all...]
H A Dsta_info.h50 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c59 s = s->hnext;
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
108 while (s->hnext != NULL &&
109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0)
110 s = s->hnext;
111 if (s->hnext != NULL)
112 s->hnext = s->hnext->hnext;
[all...]
H A Dap_list.h20 struct ap_info *hnext; /* next entry in hash table list */ member in struct:ap_info
H A Dpmksa_cache_auth.h18 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c66 prev->hnext = entry->hnext;
68 pmksa->pmkid[hash] = entry->hnext;
72 pos = pos->hnext;
220 entry->hnext = pmksa->pmkid[hash];
391 entry = entry->hnext) {
H A Dsta_info.c70 s = s->hnext;
121 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
133 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
137 while (s->hnext != NULL &&
138 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
139 s = s->hnext;
140 if (s->hnext != NULL)
141 s->hnext = s->hnext->hnext;
[all...]
H A Dsta_info.h50 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info

Completed in 223 milliseconds