Home
last modified time | relevance | path

Searched refs:hnext (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.c48 s = s->hnext; in ap_get_sta()
75 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
87 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
91 while (s->hnext != NULL && in ap_sta_hash_del()
92 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
93 s = s->hnext; in ap_sta_hash_del()
94 if (s->hnext != NULL) in ap_sta_hash_del()
95 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
Dpmksa_cache_auth.c64 prev->hnext = entry->hnext; in pmksa_cache_free_entry()
66 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry()
70 pos = pos->hnext; in pmksa_cache_free_entry()
170 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry()
359 entry = entry->hnext) { in pmksa_cache_auth_get()
Dpmksa_cache_auth.h17 struct rsn_pmksa_cache_entry *next, *hnext; member
Dsta_info.h43 struct sta_info *hnext; /* next entry in hash table list */ member