Searched refs:STA_HASH (Results 1 – 2 of 2) sorted by relevance
46 s = hapd->sta_hash[STA_HASH(sta)]; in ap_get_sta()75 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()76 hapd->sta_hash[STA_HASH(sta->addr)] = sta; in ap_sta_hash_add()84 s = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_del()87 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
106 #define STA_HASH(sta) (sta[5] & 0xf) macro