Searched defs:hostapd_data (Results 1 – 1 of 1) sorted by relevance
195 struct hostapd_data { struct196 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, argument226 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 …]