|
hostapd
|
struct radius_msg_list - RADIUS client message retransmit list More...
Public Attributes | |
| u8 | addr [ETH_ALEN] |
| addr - STA/client address More... | |
| struct radius_msg * | msg |
| msg - RADIUS message | |
| RadiusType | msg_type |
| msg_type - Message type | |
| os_time_t | first_try |
| first_try - Time of the first transmission attempt | |
| os_time_t | next_try |
| next_try - Time for the next transmission attempt | |
| int | attempts |
| attempts - Number of transmission attempts | |
| int | next_wait |
| next_wait - Next retransmission wait time in seconds | |
| struct os_reltime | last_attempt |
| last_attempt - Time of the last transmission attempt | |
| const u8 * | shared_secret |
| shared_secret - Shared secret with the target RADIUS server | |
| size_t | shared_secret_len |
| shared_secret_len - shared_secret length in octets | |
| struct radius_msg_list * | next |
| next - Next message in the list | |
struct radius_msg_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] |
addr - STA/client address
This is used to find RADIUS messages for the same STA.
1.8.12