mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +01:00
eapol: Update comment
This commit is contained in:
parent
8b3b95e889
commit
9b746cd3c1
@ -165,7 +165,7 @@ const struct eapol_key *eapol_verify_ptk_2_of_4(const uint8_t *frame,
|
|||||||
if (!ek)
|
if (!ek)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* Verify according to 802.11, Section 11.6.6.2 */
|
/* Verify according to 802.11, Section 11.6.6.3 */
|
||||||
if (!ek->key_type)
|
if (!ek->key_type)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user