|
wpa_supplicant / hostapd
2.5
|
RADIUS client message retransmit list. More...
Data Fields | |
| u8 | addr [ETH_ALEN] |
| STA/client address. More... | |
| struct radius_msg * | msg |
| 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_list * | next |
| Next message in the list. | |
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.
| u8 radius_msg_list::addr[ETH_ALEN] |
STA/client address.
This is used to find RADIUS messages for the same STA.
1.8.6