Home | History | Annotate | Download | only in ap

Lines Matching refs:hnext

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;