Searched refs:sta_hash (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
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.h111 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
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.h111 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
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.h111 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data

Completed in 158 milliseconds