authenticator_backend_fsm.h
void authenticatorBackendInitFsm(AuthenticatorPort *port)
Backend authentication state machine initialization.
Definition: authenticator_backend_fsm.c:65
802.1X authenticator
@ AUTHENTICATOR_BACKEND_STATE_INITIALIZE
Definition: authenticator_backend_fsm.h:49
@ AUTHENTICATOR_BACKEND_STATE_SUCCESS
Definition: authenticator_backend_fsm.h:56
@ AUTHENTICATOR_BACKEND_STATE_REQUEST
Definition: authenticator_backend_fsm.h:51
@ AUTHENTICATOR_BACKEND_STATE_RESPONSE
Definition: authenticator_backend_fsm.h:52
void authenticatorBackendChangeState(AuthenticatorPort *port, AuthenticatorBackendState newState)
Update backend authentication state.
Definition: authenticator_backend_fsm.c:244
@ AUTHENTICATOR_BACKEND_STATE_FAIL
Definition: authenticator_backend_fsm.h:54
void authenticatorBackendFsm(AuthenticatorPort *port)
Backend authentication state machine implementation.
Definition: authenticator_backend_fsm.c:77
@ AUTHENTICATOR_BACKEND_STATE_TIMEOUT
Definition: authenticator_backend_fsm.h:55
@ AUTHENTICATOR_BACKEND_STATE_IGNORE
Definition: authenticator_backend_fsm.h:53
@ AUTHENTICATOR_BACKEND_STATE_IDLE
Definition: authenticator_backend_fsm.h:50