Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h65 struct sta_info { struct
66 struct sta_info *next; /* next entry in sta list */ argument
67 struct sta_info *hnext; /* next entry in hash table list */ argument
68 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h106 struct sta_info { struct
107 struct sta_info *next; /* next entry in sta list */ argument
108 struct sta_info *hnext; /* next entry in hash table list */ argument
109 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 …]