Home
last modified time | relevance | path

Searched refs:sta_hash (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/wpa/src/ap/
HDsta_info.c65 s = hapd->sta_hash[STA_HASH(sta)]; in ap_get_sta()
94 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
95 hapd->sta_hash[STA_HASH(sta->addr)] = sta; in ap_sta_hash_add()
103 s = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_del()
106 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
HDhostapd.h82 struct sta_info *sta_hash[STA_HASH_SIZE]; member