OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STA_HASH_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
hostapd.h
60
#define
STA_HASH_SIZE
256
62
struct sta_info *sta_hash[
STA_HASH_SIZE
];
186
struct ap_info *ap_hash[
STA_HASH_SIZE
];
/external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h
241
#define
STA_HASH_SIZE
256
243
struct ieee80211_sta_bss *sta_bss_hash[
STA_HASH_SIZE
];
Completed in 38 milliseconds