forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled initial EAPOL-Key retry on GTK lifetime mismatch
If supplicant notices that GTK has been removed by authenticator (i.e. removed from GTK hash), before the expected expiry determined by GTK lifetime, it initiates two way handshake to check the GTK status. Since everything is up to date, it is not required that authenticator reacts to initial EAPOL-Key message. Changed retry logic so that for lifetime mismatch, supplicant sends EAPOL-Key message only once and does not retry it.
- Loading branch information
Mika Leppänen
committed
Mar 25, 2019
1 parent
25ae74e
commit 420c5be
Showing
3 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters