Searched defs:sta_info (Results 1 – 1 of 1) sorted by relevance
67 struct sta_info { struct68 struct sta_info *next; /* next entry in sta list */ argument69 struct sta_info *hnext; /* next entry in hash table list */ argument70 u8 addr[6];71 be32 ipaddr;72 struct dl_list ip6addr; /* list head for struct ip6addr */73 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */74 u32 flags; /* Bitfield of WLAN_STA_* */75 u16 capability;76 u16 listen_interval; /* or beacon_int for APs */[all …]