Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h64 struct sta_info { struct
65 struct sta_info *next; /* next entry in sta list */ argument
66 struct sta_info *hnext; /* next entry in hash table list */ argument
67 u8 addr[6];
68 be32 ipaddr;
69 struct dl_list ip6addr; /* list head for struct ip6addr */
70 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
71 u16 disconnect_reason_code; /* RADIUS server override */
72 u32 flags; /* Bitfield of WLAN_STA_* */
73 u16 capability;
[all …]