mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 19:02:34 +01:00
eapol: Reword comment
This commit is contained in:
parent
bee04b179e
commit
ac5d8c2b34
@ -1491,7 +1491,7 @@ static void eapol_key_handle(struct eapol_sm *sm,
|
|||||||
key_data_len = L_BE16_TO_CPU(ek->key_data_len);
|
key_data_len = L_BE16_TO_CPU(ek->key_data_len);
|
||||||
|
|
||||||
if (ek->key_type == 0) {
|
if (ek->key_type == 0) {
|
||||||
/* Only GTK handshake allowed after PTK handshake complete */
|
/* GTK handshake allowed only after PTK handshake complete */
|
||||||
if (!sm->handshake->ptk_complete)
|
if (!sm->handshake->ptk_complete)
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user