hostapd
Public Attributes | List of all members
hostapd_radius_servers Struct Reference

struct hostapd_radius_servers - RADIUS servers for RADIUS client More...

#include <radius_client.h>

Public Attributes

struct hostapd_radius_serverauth_servers
 auth_servers - RADIUS Authentication servers in priority order
 
int num_auth_servers
 num_auth_servers - Number of auth_servers entries
 
struct hostapd_radius_serverauth_server
 auth_server - The current Authentication server
 
struct hostapd_radius_serveracct_servers
 acct_servers - RADIUS Accounting servers in priority order
 
int num_acct_servers
 num_acct_servers - Number of acct_servers entries
 
struct hostapd_radius_serveracct_server
 acct_server - The current Accounting server
 
int retry_primary_interval
 retry_primary_interval - Retry interval for trying primary server More...
 
int msg_dumps
 msg_dumps - Whether RADIUS message details are shown in stdout
 
struct hostapd_ip_addr client_addr
 client_addr - Client (local) address to use if force_client_addr
 
int force_client_addr
 force_client_addr - Whether to force client (local) address
 

Detailed Description

struct hostapd_radius_servers - RADIUS servers for RADIUS client

Member Data Documentation

§ retry_primary_interval

int hostapd_radius_servers::retry_primary_interval

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.


The documentation for this struct was generated from the following file: