#include <eap.hxx>
Inheritance diagram for EapRequest:
Public Member Functions | |
EapRequest (EapType ty) | |
EapType & | GetType () |
void | SetType (EapType ty) |
bool | IsVSE () |
void | SetVSE () |
Protected Attributes | |
EapType | type |
Type field of EAP Request/Response. | |
bool | isVSE |
indicates whether this contains vendor-specific extention. |