Searched refs:STA_HASH (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c57 s = iface->ap_hash[STA_HASH(ap)];
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
93 iface->ap_hash[STA_HASH(ap->addr)] = ap;
101 s = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
H A Dsta_info.c67 s = hapd->sta_hash[STA_HASH(sta)];
120 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
121 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
129 s = hapd->sta_hash[STA_HASH(sta->addr)];
132 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h110 #define STA_HASH(sta) (sta[5]) macro
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c57 s = iface->ap_hash[STA_HASH(ap)];
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
93 iface->ap_hash[STA_HASH(ap->addr)] = ap;
101 s = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
H A Dsta_info.c67 s = hapd->sta_hash[STA_HASH(sta)];
120 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
121 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
129 s = hapd->sta_hash[STA_HASH(sta->addr)];
132 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h110 #define STA_HASH(sta) (sta[5]) macro
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c57 s = iface->ap_hash[STA_HASH(ap)];
92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)];
93 iface->ap_hash[STA_HASH(ap->addr)] = ap;
101 s = iface->ap_hash[STA_HASH(ap->addr)];
104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext;
H A Dsta_info.c67 s = hapd->sta_hash[STA_HASH(sta)];
120 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
121 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
129 s = hapd->sta_hash[STA_HASH(sta->addr)];
132 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h110 #define STA_HASH(sta) (sta[5]) macro

Completed in 369 milliseconds