Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h195 struct hostapd_data { struct
196 struct hostapd_iface *iface;
197 struct hostapd_config *iconf;
198 struct hostapd_bss_config *conf;
199 int interface_added; /* virtual interface added for this BSS */
223 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument
226 void *msg_ctx; /* ctx for wpa_msg() calls */
227 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */
229 int num_rates;
230 struct hostapd_rate_data *current_rates;
[all …]