Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In some cases; states are replayed when they receive unexpected events in EAP State Machine #155

Open
MichaelWasher opened this issue Jul 18, 2019 · 0 comments

Comments

@MichaelWasher
Copy link
Contributor

if isinstance(message, EapolStartMessage) or \
(self.state in (FullEAPStateMachine.TIMEOUT_FAILURE,
FullEAPStateMachine.TIMEOUT_FAILURE2) and
isinstance(message, EapMessage) and message.code == Eap.RESPONSE
):
self.eap_restart = True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant