mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-18 01:53:06 -05:00
Fix a typo in a comment (the variable is ptk, not pkt)
Signed-off-by: Andre Rossi Korol <anrobits@yahoo.com.br>
This commit is contained in:
parent
de41b960b6
commit
a68e0d869f
@ -1739,7 +1739,7 @@ static int wpa_supplicant_verify_eapol_key_mic(struct wpa_sm *sm,
|
||||
os_memset(&sm->tptk, 0, sizeof(sm->tptk));
|
||||
/*
|
||||
* This assures the same TPTK in sm->tptk can never be
|
||||
* copied twice to sm->pkt as the new PTK. In
|
||||
* copied twice to sm->ptk as the new PTK. In
|
||||
* combination with the installed flag in the wpa_ptk
|
||||
* struct, this assures the same PTK is only installed
|
||||
* once.
|
||||
|
Loading…
x
Reference in New Issue
Block a user