#include <eap_parser.hxx>
Public Types | |
enum | NakType { LegacyNak, ExtendedNak } |
Public Member Functions | |
EapNakDict (NakType type) | |
Public Attributes | |
NakType | type |
|
This is used for detemining the encoding rule for Nak. LegacyNak means Nak with N octets of Nak data while ExtendedNak means Nak with N*8 octets of NakData. |