Searched refs:STA_HASH (Results 1 - 4 of 4) 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 Dsta_info.c65 s = hapd->sta_hash[STA_HASH(sta)];
94 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
95 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
103 s = hapd->sta_hash[STA_HASH(sta->addr)];
106 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h81 #define STA_HASH(sta) (sta[5]) macro
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_scan_sta.c94 #define STA_HASH(addr) \ macro
247 hash = STA_HASH(macaddr);
1278 int hash = STA_HASH(macaddr);

Completed in 111 milliseconds