Searched defs:hostapd_data (Results 1 – 1 of 1) sorted by relevance
167 struct hostapd_data { struct168 struct hostapd_iface *iface;169 struct hostapd_config *iconf;170 struct hostapd_bss_config *conf;171 int interface_added; /* virtual interface added for this BSS */195 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument198 void *msg_ctx; /* ctx for wpa_msg() calls */199 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */201 struct radius_client_data *radius;202 u64 acct_session_id;[all …]