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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c66 s = hapd->sta_hash[STA_HASH(sta)];
95 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
96 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
104 s = hapd->sta_hash[STA_HASH(sta->addr)];
107 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h83 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c66 s = hapd->sta_hash[STA_HASH(sta)];
95 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
96 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
104 s = hapd->sta_hash[STA_HASH(sta->addr)];
107 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h83 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.c66 s = hapd->sta_hash[STA_HASH(sta)];
95 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
96 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
104 s = hapd->sta_hash[STA_HASH(sta->addr)];
107 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext;
H A Dhostapd.h83 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data

Completed in 356 milliseconds