Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h144 struct hostapd_data { struct
145 struct hostapd_iface *iface;
146 struct hostapd_config *iconf;
147 struct hostapd_bss_config *conf;
148 int interface_added; /* virtual interface added for this BSS */
172 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument
175 void *msg_ctx; /* ctx for wpa_msg() calls */
176 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */
178 struct radius_client_data *radius;
179 u64 acct_session_id;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h155 struct hostapd_data { struct
156 struct hostapd_iface *iface;
157 struct hostapd_config *iconf;
158 struct hostapd_bss_config *conf;
159 int interface_added; /* virtual interface added for this BSS */
183 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument
186 void *msg_ctx; /* ctx for wpa_msg() calls */
187 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */
189 struct radius_client_data *radius;
190 u64 acct_session_id;
[all …]