Searched refs:ap_hash (Results 1 – 2 of 2) sorted by relevance
57 s = iface->ap_hash[STA_HASH(ap)]; in ap_get_ap()120 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)]; in ap_ap_hash_add()121 iface->ap_hash[STA_HASH(ap->addr)] = ap; in ap_ap_hash_add()129 s = iface->ap_hash[STA_HASH(ap->addr)]; in ap_ap_hash_del()132 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext; in ap_ap_hash_del()
186 struct ap_info *ap_hash[STA_HASH_SIZE]; member