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

  /external/wpa_supplicant_8/src/ap/
sta_info.c 73 s = hapd->sta_hash[STA_HASH(sta)];
126 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)];
127 hapd->sta_hash[STA_HASH(sta->addr)] = sta;
135 s = hapd->sta_hash[STA_HASH(sta->addr)];
138 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext
    [all...]
hostapd.h 132 #define STA_HASH(sta) (sta[5])
133 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data

Completed in 113 milliseconds