mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
FT: Fix FT IE parser to not count TIE as protected IE
This commit is contained in:
parent
c284b46141
commit
c3c828ebfd
@ -464,8 +464,6 @@ static int wpa_ft_parse_ies(const u8 *ies, size_t ies_len,
|
||||
prot_ie_count--;
|
||||
if (parse->ftie)
|
||||
prot_ie_count--;
|
||||
if (parse->tie)
|
||||
prot_ie_count--;
|
||||
if (prot_ie_count < 0) {
|
||||
wpa_printf(MSG_DEBUG, "FT: Some required IEs not included in "
|
||||
"the protected IE count");
|
||||
|
Loading…
Reference in New Issue
Block a user