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

RADIUS client message retransmit list. More...

Data Fields

u8 addr [ETH_ALEN]
 STA/client address. More...
 
struct radius_msgmsg
 RADIUS message.
 
RadiusType msg_type
 Message type.
 
os_time_t first_try
 Time of the first transmission attempt.
 
os_time_t next_try
 Time for the next transmission attempt.
 
int attempts
 Number of transmission attempts.
 
int next_wait
 Next retransmission wait time in seconds.
 
struct os_reltime last_attempt
 Time of the last transmission attempt.
 
const u8 * shared_secret
 Shared secret with the target RADIUS server.
 
size_t shared_secret_len
 shared_secret length in octets
 
struct radius_msg_listnext
 Next message in the list.
 

Detailed Description

RADIUS client message retransmit list.

This data structure is used internally inside the RADIUS client module to store pending RADIUS requests that may still need to be retransmitted.

Field Documentation

u8 radius_msg_list::addr[ETH_ALEN]

STA/client address.

This is used to find RADIUS messages for the same STA.


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