#include <eap_archie.hxx>
Inheritance diagram for EapRequestArchieRequest:
Public Member Functions | |
EapRequestArchieRequest () | |
Initialized with a specific message id (1). | |
std::string & | AuthID () |
Use this function to obtain a reference to authID. | |
std::string & | SessionID () |
Use this function to obtain a reference to sessionID. | |
Protected Attributes | |
ACE_Byte | naiLength |
std::string | authID |
std::string | sessionID |
32-octet session id. |
|
The NAI o the EAP server. The first naiLength octets of this field are non-zero, while any remaining octets of the authID field MUST be zero on transmit and ignored on receive. |
|
The number of octets used in the AuthID field. The value 0 means the AuthID is the full 256 octets in length. |