mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
mka: Don't set newSAK to FALSE on ABANDON in CP state machine
Previously the ABANDON->RECEIVE state change was impossible and did not match the CP state machine in IEEE Std 802.1X-2010 Figure 12-2. Signed-off-by: Thomas Winter <Thomas.Winter@alliedtelesis.co.nz>
This commit is contained in:
parent
0fedfba2e2
commit
536a7cfcf7
@ -301,7 +301,6 @@ SM_STATE(CP, ABANDON)
|
||||
sm->lki = NULL;
|
||||
ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
|
||||
sm->ltx, sm->lrx);
|
||||
sm->new_sak = FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user