From 9b746cd3c153305aec57f30caf1283c5522f655b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 13 Feb 2015 16:12:43 -0600 Subject: [PATCH] eapol: Update comment --- src/eapol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eapol.c b/src/eapol.c index 9ecb7a11..80a99647 100644 --- a/src/eapol.c +++ b/src/eapol.c @@ -165,7 +165,7 @@ const struct eapol_key *eapol_verify_ptk_2_of_4(const uint8_t *frame, if (!ek) 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) return NULL;