pw_auth_hdr Struct Reference
#include <radius.h>
Collaboration diagram for pw_auth_hdr:
Public Attributes | |
u_char | code |
u_char | id |
uint16_t | length |
u_char | vector [AUTH_VECTOR_LEN] |
u_char | data [2] |
Detailed Description
Member Data Documentation
◆ code
u_char pw_auth_hdr::code |
Definition at line 45 of file radius.h.
Referenced by authenticate(), and result_recv().
◆ data
u_char pw_auth_hdr::data[2] |
Definition at line 49 of file radius.h.
Referenced by authenticate().
◆ id
u_char pw_auth_hdr::id |
Definition at line 46 of file radius.h.
Referenced by authenticate(), and result_recv().
◆ length
uint16_t pw_auth_hdr::length |
Definition at line 47 of file radius.h.
Referenced by authenticate(), and result_recv().
◆ vector
u_char pw_auth_hdr::vector[AUTH_VECTOR_LEN] |
Definition at line 48 of file radius.h.
Referenced by authenticate(), and result_recv().
The documentation for this struct was generated from the following file:
- src/auth/basic/RADIUS/radius.h