|
Radius
|
#include <RadiusMsg.h>
Public Attributes | |
| uint8_t | code |
| The RADIUS message type code. | |
| uint8_t | identifier |
| RADIUS identifier. | |
| uint16_t | length |
| Total length of the packet, including the header. | |
| uint8_t | authenticator [RADIUS_AUTHENTICATOR_LENGTH] |
| RADISU authenticator. | |
| uint8_t | attrs [RADIUS_MAX_SIZE-RADIUS_HEADER_LENGTH] |
| All attributes in serial packed format. | |
Helper class for mapping RADIUS request packets, including the header See RFC 2138
1.8.2