Searched refs:ap_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_list.c57 s = iface->ap_hash[STA_HASH(ap)];
120 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
121 iface->ap_hash[STA_HASH(ap->addr)] = ap;
129 s = iface->ap_hash[STA_HASH(ap->addr)];
132 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
H A Dhostapd.h212 struct ap_info *ap_hash[STA_HASH_SIZE]; member in struct:hostapd_iface

Completed in 89 milliseconds