Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateCreated = "created" StateAuthStarted = "auth_started" StateStartSent = "eap_start_sent" StateResponseIdentitySent = "eap_response_identity_sent" StateResponseChallengeSent = "eap_response_challenge_sent" StateResponseSuccessReceived = "eap_response_success_received" StateAuthFailed = "auth_failed" EventStartAuth = "start_auth" EventStartSent = "eap_start_sent" EventResponseIdentitySent = "eap_response_identity_sent" EventResponseChallengeSent = "eap_response_challenge_sent" EventResponseSuccessReceived = "eap_response_success_received" EventAuthFailed = "auth_failed" )
constants for the EAPOL state machine states and events
Variables ¶
This section is empty.
Functions ¶
func HandleNextPacket ¶ added in v0.0.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.