Searched defs:sta_info (Results 1 – 2 of 2) sorted by relevance
65 struct sta_info { struct66 struct sta_info *next; /* next entry in sta list */ argument67 struct sta_info *hnext; /* next entry in hash table list */ argument68 u8 addr[6];69 be32 ipaddr;70 struct dl_list ip6addr; /* list head for struct ip6addr */71 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */72 u16 disconnect_reason_code; /* RADIUS server override */73 u32 flags; /* Bitfield of WLAN_STA_* */74 u16 capability;[all …]
106 struct sta_info { struct107 struct sta_info *next; /* next entry in sta list */ argument108 struct sta_info *hnext; /* next entry in hash table list */ argument109 u8 addr[6];110 be32 ipaddr;111 struct dl_list ip6addr; /* list head for struct ip6addr */112 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */113 u16 disconnect_reason_code; /* RADIUS server override */114 u32 flags; /* Bitfield of WLAN_STA_* */115 u16 capability;[all …]