|
TianoCore EDK2 master
|
Data Fields | |
| AUTH_NODE_HEADER | Header |
| UINT8 | RadiusIpAddr [16] |
| IPv4 or IPv6 address. | |
| UINT16 | Reserved |
| UINT8 | NasIpAddr [16] |
| IPv4 or IPv6 address. | |
| UINT16 | NasSecretLength |
| UINT8 | NasSecret [1] |
Definition at line 44 of file AuthenticationInfo.h.
| AUTH_NODE_HEADER CHAP_RADIUS_AUTH_NODE::Header |
Definition at line 45 of file AuthenticationInfo.h.
| UINT8 CHAP_RADIUS_AUTH_NODE::NasIpAddr[16] |
IPv4 or IPv6 address.
Network Access Server IPv4 or IPv6 Address (OPTIONAL).
Definition at line 60 of file AuthenticationInfo.h.
| UINT8 CHAP_RADIUS_AUTH_NODE::NasSecret[1] |
Network Access Server Secret (OPTIONAL).
Definition at line 70 of file AuthenticationInfo.h.
| UINT16 CHAP_RADIUS_AUTH_NODE::NasSecretLength |
Network Access Server Secret Length in bytes (OPTIONAL).
Definition at line 65 of file AuthenticationInfo.h.
| UINT8 CHAP_RADIUS_AUTH_NODE::RadiusIpAddr[16] |
IPv4 or IPv6 address.
RADIUS Server IPv4 or IPv6 Address.
Definition at line 50 of file AuthenticationInfo.h.
| UINT16 CHAP_RADIUS_AUTH_NODE::Reserved |
Reserved for future use.
Definition at line 55 of file AuthenticationInfo.h.