Searched defs:sta_info (Results 1 – 1 of 1) sorted by relevance
39 struct sta_info { struct41 struct sta_info *hnext; /* next entry in hash table list */ argument42 atomic_t users; /* number of users (do not remove if > 0) */43 struct proc_dir_entry *proc;45 u8 addr[6];46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */47 u32 flags;48 u16 capability;49 u16 listen_interval; /* or beacon_int for APs */50 u8 supported_rates[WLAN_SUPP_RATES_MAX];[all …]