Searched defs:hostapd_data (Results 1 – 1 of 1) sorted by relevance
98 struct hostapd_data { struct99 struct hostapd_iface *iface;100 struct hostapd_config *iconf;124 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument127 void *msg_ctx; /* ctx for wpa_msg() calls */128 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */130 struct radius_client_data *radius;131 u32 acct_session_id_hi, acct_session_id_lo;132 struct radius_das_data *radius_das;134 struct iapp_data *iapp;[all …]