eapol: Update comment

This commit is contained in:
Denis Kenzior 2015-02-13 16:12:43 -06:00
parent 8b3b95e889
commit 9b746cd3c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;