Searched refs:hnext (Results 1 – 4 of 4) sorted by relevance
48 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()
64 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()
17 struct rsn_pmksa_cache_entry *next, *hnext; member
43 struct sta_info *hnext; /* next entry in hash table list */ member