wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
hostapd_radius_servers Struct Reference

RADIUS servers for RADIUS client. More...

#include <radius_client.h>

Data Fields

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

Detailed Description

RADIUS servers for RADIUS client.

Field Documentation

int hostapd_radius_servers::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: