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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 61 #define STA_HASH(sta) (sta[5])
62 struct sta_info *sta_hash[STA_HASH_SIZE]; member in struct:hostapd_data
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 242 #define STA_HASH(sta) (sta[5])

Completed in 152 milliseconds