authenticator_procedures.h
void authenticatorTxReq(AuthenticatorPort *port)
Transmit an EAPOL frame of type EAP-Packet (8.2.9.1.3 a)
Definition: authenticator_procedures.c:226
void authenticatorSendRespToServer(AuthenticatorPort *port)
Deliver the received EAP frame to EAP for processing (8.2.9.1.3 b)
Definition: authenticator_procedures.c:290
void authenticatorTxCannedSuccess(AuthenticatorPort *port)
Transmit an EAPOL frame containing an EAP success (8.2.4.1.3 b)
Definition: authenticator_procedures.c:164
802.1X authenticator
void authenticatorAbortAuth(AuthenticatorPort *port)
Release any system resources (8.2.9.1.3 c)
Definition: authenticator_procedures.c:302
void authenticatorSetAuthPortStatus(AuthenticatorPort *port, AuthenticatorPortStatus status)
Set authorization state for a given port.
Definition: authenticator_procedures.c:52
void authenticatorDecrementTimer(uint_t *x)
Decrement timer value.
Definition: authenticator_procedures.c:312
void authenticatorTxCannedFail(AuthenticatorPort *port)
Transmit an EAPOL frame containing an EAP failure (8.2.4.1.3 a)
Definition: authenticator_procedures.c:102