mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
RSN: Fix pre-authentication EAPOL-Start startPeriod configuration
The RSN pre-authentication case ended up ignoring the initial startPeriod value and delayed EAPOL-Start message by two seconds. Fix this by forcing the first EAPOL-Start message to be sent when running pre-authentication. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
d62391fec9
commit
21fda4ee72
@ -250,6 +250,8 @@ SM_STATE(SUPP_PAE, CONNECTING)
|
||||
|
||||
if (sm->eapTriggerStart)
|
||||
send_start = 1;
|
||||
if (sm->ctx->preauth)
|
||||
send_start = 1;
|
||||
sm->eapTriggerStart = FALSE;
|
||||
|
||||
if (send_start) {
|
||||
|
Loading…
Reference in New Issue
Block a user