authenticator_reauth_timer_fsm.h
void authenticatorReauthTimerChangeState(AuthenticatorPort *port, AuthenticatorReauthTimerState newState)
Update authenticator PAE state.
Definition: authenticator_reauth_timer_fsm.c:127
@ AUTHENTICATOR_REAUTH_TIMER_STATE_INITIALIZE
Definition: authenticator_reauth_timer_fsm.h:49
802.1X authenticator
@ AUTHENTICATOR_REAUTH_TIMER_STATE_REAUTHENTICATE
Definition: authenticator_reauth_timer_fsm.h:50
void authenticatorReauthTimerInitFsm(AuthenticatorPort *port)
Authenticator PAE state machine initialization.
Definition: authenticator_reauth_timer_fsm.c:59
void authenticatorReauthTimerFsm(AuthenticatorPort *port)
Authenticator PAE state machine implementation.
Definition: authenticator_reauth_timer_fsm.c:71
AuthenticatorReauthTimerState
Reauthentication timer states.
Definition: authenticator_reauth_timer_fsm.h:48