TianoCore EDK2 master
Loading...
Searching...
No Matches
CHAP_RADIUS_AUTH_NODE Struct Reference

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]
 

Detailed Description

Definition at line 44 of file AuthenticationInfo.h.

Field Documentation

◆ Header

AUTH_NODE_HEADER CHAP_RADIUS_AUTH_NODE::Header

Definition at line 45 of file AuthenticationInfo.h.

◆ NasIpAddr

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.

◆ NasSecret

UINT8 CHAP_RADIUS_AUTH_NODE::NasSecret[1]

Network Access Server Secret (OPTIONAL).

Definition at line 70 of file AuthenticationInfo.h.

◆ NasSecretLength

UINT16 CHAP_RADIUS_AUTH_NODE::NasSecretLength

Network Access Server Secret Length in bytes (OPTIONAL).

Definition at line 65 of file AuthenticationInfo.h.

◆ RadiusIpAddr

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.

◆ Reserved

UINT16 CHAP_RADIUS_AUTH_NODE::Reserved

Reserved for future use.

Definition at line 55 of file AuthenticationInfo.h.


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