Searched defs:hostapd_radius_servers (Results 1 – 2 of 2) sorted by relevance
49 struct hostapd_radius_servers { struct51 struct hostapd_radius_server *auth_servers, *auth_server;52 int num_auth_servers;53 struct hostapd_radius_server *acct_servers, *acct_server;54 int num_acct_servers;56 int retry_primary_interval;57 int acct_interim_interval;59 int msg_dumps;61 struct hostapd_ip_addr client_addr;62 int force_client_addr;
120 struct hostapd_radius_servers { struct124 struct hostapd_radius_server *auth_servers;129 int num_auth_servers;134 struct hostapd_radius_server *auth_server;139 struct hostapd_radius_server *acct_servers;144 int num_acct_servers;149 struct hostapd_radius_server *acct_server;161 int retry_primary_interval;166 int msg_dumps;171 struct hostapd_ip_addr client_addr;[all …]