authenticator_reauth_timer_fsm.c
const char_t * eapGetParamName(uint_t value, const EapParamName *paramList, size_t paramListLen)
Convert a parameter to string representation.
Definition: eap_debug.c:219
void authenticatorReauthTimerInitFsm(AuthenticatorPort *port)
Authenticator PAE state machine initialization.
Definition: authenticator_reauth_timer_fsm.c:59
const EapParamName authenticatorReauthTimerStates[]
Definition: authenticator_reauth_timer_fsm.c:47
@ AUTHENTICATOR_PORT_STATUS_UNAUTH
Definition: authenticator_pae_fsm.h:69
Helper functions for 802.1X authenticator.
Authenticator state machine procedures.
@ AUTHENTICATOR_REAUTH_TIMER_STATE_INITIALIZE
Definition: authenticator_reauth_timer_fsm.h:49
802.1X authenticator
void authenticatorReauthTimerFsm(AuthenticatorPort *port)
Authenticator PAE state machine implementation.
Definition: authenticator_reauth_timer_fsm.c:71
@ AUTHENTICATOR_REAUTH_TIMER_STATE_REAUTHENTICATE
Definition: authenticator_reauth_timer_fsm.h:50
void authenticatorFsmError(AuthenticatorContext *context)
Authenticator state machine error handler.
Definition: authenticator_fsm.c:256
Authenticator state machine.
Reauthentication timer state machine.
Data logging functions for debugging purpose (EAP)
void authenticatorReauthTimerChangeState(AuthenticatorPort *port, AuthenticatorReauthTimerState newState)
Update authenticator PAE state.
Definition: authenticator_reauth_timer_fsm.c:127
AuthenticatorReauthTimerState
Reauthentication timer states.
Definition: authenticator_reauth_timer_fsm.h:48
Debugging facilities.