#include <radius_client.h>
Public Attributes | |
struct hostapd_radius_server * | acct_server |
struct hostapd_radius_server * | acct_servers |
struct hostapd_radius_server * | auth_server |
struct hostapd_radius_server * | auth_servers |
struct hostapd_ip_addr | client_addr |
int | force_client_addr |
int | msg_dumps |
int | num_acct_servers |
int | num_auth_servers |
int | retry_primary_interval |
struct hostapd_radius_servers - RADIUS servers for RADIUS client
Definition at line 126 of file radius_client.h.
acct_server - The current Accounting server
Definition at line 155 of file radius_client.h.
acct_servers - RADIUS Accounting servers in priority order
Definition at line 145 of file radius_client.h.
auth_server - The current Authentication server
Definition at line 140 of file radius_client.h.
auth_servers - RADIUS Authentication servers in priority order
Definition at line 130 of file radius_client.h.
client_addr - Client (local) address to use if force_client_addr
Definition at line 177 of file radius_client.h.
force_client_addr - Whether to force client (local) address
Definition at line 182 of file radius_client.h.
msg_dumps - Whether RADIUS message details are shown in stdout
Definition at line 172 of file radius_client.h.
num_acct_servers - Number of acct_servers entries
Definition at line 150 of file radius_client.h.
num_auth_servers - Number of auth_servers entries
Definition at line 135 of file radius_client.h.
retry_primary_interval - Retry interval for trying primary server
This specifies a retry interval in sexconds for trying to return to the primary RADIUS server. RADIUS client code will automatically try to use the next server when the current server is not replying to requests. If this interval is set (non-zero), the primary server will be retried after the specified number of seconds has passed even if the current used secondary server is still working.
Definition at line 167 of file radius_client.h.