Home
last modified time | relevance | path

Searched defs:sta_info (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dsta_info.h41 struct sta_info { struct
42 struct sta_info *next; /* next entry in sta list */ argument
43 struct sta_info *hnext; /* next entry in hash table list */ argument
44 u8 addr[6];
45 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
46 u32 flags; /* Bitfield of WLAN_STA_* */
47 u16 capability;
48 u16 listen_interval; /* or beacon_int for APs */
49 u8 supported_rates[WLAN_SUPP_RATES_MAX];
50 int supported_rates_len;
[all …]