HomeSort by relevance Sort by last modified time
    Searched refs:STA_HASH (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_list.c 57 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;
sta_info.c 74 s = hapd->sta_hash[STA_HASH(sta)];
127 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
128 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
136 s = hapd->sta_hash[STA_HASH(sta->addr)];
139 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext
    [all...]
hostapd.h 135 #define STA_HASH(sta) (sta[5])
136 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data

Completed in 759 milliseconds