Go to the source code of this file.
Classes | |
struct | eapol_authenticator |
struct | eapol_state_machine |
Defines | |
#define | AUTH_PAE_DEFAULT_quietPeriod 60 |
#define | AUTH_PAE_DEFAULT_reAuthMax 2 |
#define | BE_AUTH_DEFAULT_serverTimeout 30 |
Typedefs | |
typedef unsigned int | Counter |
Enumerations | |
enum | ControlledDirection { Both = 0, In = 1 } |
enum | PortState { Unauthorized = 2, Authorized = 1 } |
enum | PortTypes { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } |
#define AUTH_PAE_DEFAULT_quietPeriod 60 |
Definition at line 82 of file eapol_auth_sm_i.h.
#define AUTH_PAE_DEFAULT_reAuthMax 2 |
Definition at line 84 of file eapol_auth_sm_i.h.
#define BE_AUTH_DEFAULT_serverTimeout 30 |
Definition at line 105 of file eapol_auth_sm_i.h.
typedef unsigned int Counter |
Definition at line 27 of file eapol_auth_sm_i.h.
enum ControlledDirection |
Definition at line 26 of file eapol_auth_sm_i.h.
enum PortState |
Definition at line 25 of file eapol_auth_sm_i.h.
enum PortTypes |
Definition at line 23 of file eapol_auth_sm_i.h.