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 66 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
    [all...]
hostapd.h 82 #define STA_HASH(sta) (sta[5])
83 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data

Completed in 39 milliseconds