Searched refs:hnext (Results 1 – 13 of 13) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_list.c | 59 s = s->hnext; in ap_get_ap() 92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)]; in ap_ap_hash_add() 104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext; in ap_ap_hash_del() 108 while (s->hnext != NULL && in ap_ap_hash_del() 109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0) in ap_ap_hash_del() 110 s = s->hnext; in ap_ap_hash_del() 111 if (s->hnext != NULL) in ap_ap_hash_del() 112 s->hnext = s->hnext->hnext; in ap_ap_hash_del()
|
D | pmksa_cache_auth.c | 67 prev->hnext = entry->hnext; in pmksa_cache_free_entry() 69 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry() 73 pos = pos->hnext; in pmksa_cache_free_entry() 246 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry() 481 entry = entry->hnext) { in pmksa_cache_auth_get()
|
D | sta_info.c | 75 s = s->hnext; in ap_get_sta() 126 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add() 138 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del() 142 while (s->hnext != NULL && in ap_sta_hash_del() 143 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del() 144 s = s->hnext; in ap_sta_hash_del() 145 if (s->hnext != NULL) in ap_sta_hash_del() 146 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
|
D | ap_list.h | 20 struct ap_info *hnext; /* next entry in hash table list */ member
|
D | pmksa_cache_auth.h | 18 struct rsn_pmksa_cache_entry *next, *hnext; member
|
D | sta_info.h | 108 struct sta_info *hnext; /* next entry in hash table list */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_list.c | 59 s = s->hnext; in ap_get_ap() 92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)]; in ap_ap_hash_add() 104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext; in ap_ap_hash_del() 108 while (s->hnext != NULL && in ap_ap_hash_del() 109 os_memcmp(s->hnext->addr, ap->addr, ETH_ALEN) != 0) in ap_ap_hash_del() 110 s = s->hnext; in ap_ap_hash_del() 111 if (s->hnext != NULL) in ap_ap_hash_del() 112 s->hnext = s->hnext->hnext; in ap_ap_hash_del()
|
D | pmksa_cache_auth.c | 67 prev->hnext = entry->hnext; in pmksa_cache_free_entry() 69 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry() 73 pos = pos->hnext; in pmksa_cache_free_entry() 246 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry() 481 entry = entry->hnext) { in pmksa_cache_auth_get()
|
D | sta_info.c | 77 s = s->hnext; in ap_get_sta() 128 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add() 140 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del() 144 while (s->hnext != NULL && in ap_sta_hash_del() 145 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del() 146 s = s->hnext; in ap_sta_hash_del() 147 if (s->hnext != NULL) in ap_sta_hash_del() 148 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
|
D | ap_list.h | 20 struct ap_info *hnext; /* next entry in hash table list */ member
|
D | pmksa_cache_auth.h | 18 struct rsn_pmksa_cache_entry *next, *hnext; member
|
D | sta_info.h | 67 struct sta_info *hnext; /* next entry in hash table list */ member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 54636 struct hlist_node hnext; member
|