From: Jouni Malinen Date: Sat, 16 Jul 2011 08:05:28 +0000 (+0300) Subject: FT: Fix FT IE parser to not count TIE as protected IE X-Git-Tag: hostap-1-bp~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c828ebfdde9fc860008d97797dc034eae0a431;p=thirdparty%2Fhostap.git FT: Fix FT IE parser to not count TIE as protected IE --- diff --git a/src/rsn_supp/wpa_ft.c b/src/rsn_supp/wpa_ft.c index 90f867c2f..57956d766 100644 --- a/src/rsn_supp/wpa_ft.c +++ b/src/rsn_supp/wpa_ft.c @@ -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");