|
EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
Data Fields | |
| struct wpabuf * | buf |
| struct radius_hdr * | hdr |
| size_t * | attr_pos |
| size_t | attr_size |
| size_t | attr_used |
struct radius_msg - RADIUS message structure for new and parsed messages
| size_t* radius_msg::attr_pos |
attr_pos - Array of indexes to attributes
The values are number of bytes from buf to the beginning of struct radius_attr_hdr.
| size_t radius_msg::attr_size |
attr_size - Total size of the attribute pointer array
| size_t radius_msg::attr_used |
attr_used - Total number of attributes in the array
| struct wpabuf* radius_msg::buf |
buf - Allocated buffer for RADIUS message
| struct radius_hdr* radius_msg::hdr |
hdr - Pointer to the RADIUS header in buf