Home | History | Annotate | Download | only in ap

Lines Matching refs:hnext

73 		s = s->hnext;
124 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
136 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
140 while (s->hnext != NULL &&
141 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
142 s = s->hnext;
143 if (s->hnext != NULL)
144 s->hnext = s->hnext->hnext;