EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
radius_msg Struct Reference
Collaboration diagram for radius_msg:
[legend]

Data Fields

struct wpabufbuf
 
struct radius_hdrhdr
 
size_t * attr_pos
 
size_t attr_size
 
size_t attr_used
 

Detailed Description

struct radius_msg - RADIUS message structure for new and parsed messages

Field Documentation

◆ attr_pos

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.

◆ attr_size

size_t radius_msg::attr_size

attr_size - Total size of the attribute pointer array

◆ attr_used

size_t radius_msg::attr_used

attr_used - Total number of attributes in the array

◆ buf

struct wpabuf* radius_msg::buf

buf - Allocated buffer for RADIUS message

◆ hdr

struct radius_hdr* radius_msg::hdr

hdr - Pointer to the RADIUS header in buf


The documentation for this struct was generated from the following file: