wpa_supplicant / hostapd
2.5
|
RADIUS message structure for new and parsed messages. More...
Data Fields | |
struct wpabuf * | buf |
Allocated buffer for RADIUS message. | |
struct radius_hdr * | hdr |
Pointer to the RADIUS header in buf. | |
size_t * | attr_pos |
Array of indexes to attributes. More... | |
size_t | attr_size |
Total size of the attribute pointer array. | |
size_t | attr_used |
Total number of attributes in the array. | |
RADIUS message structure for new and parsed messages.
size_t* radius_msg::attr_pos |
Array of indexes to attributes.
The values are number of bytes from buf to the beginning of struct radius_attr_hdr.