Browse Source

FT: Fix FT IE parser to not count TIE as protected IE

Jouni Malinen 13 years ago
parent
commit
c3c828ebfd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/rsn_supp/wpa_ft.c

+ 0 - 2
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--;
 		prot_ie_count--;
 	if (parse->ftie)
 	if (parse->ftie)
 		prot_ie_count--;
 		prot_ie_count--;
-	if (parse->tie)
-		prot_ie_count--;
 	if (prot_ie_count < 0) {
 	if (prot_ie_count < 0) {
 		wpa_printf(MSG_DEBUG, "FT: Some required IEs not included in "
 		wpa_printf(MSG_DEBUG, "FT: Some required IEs not included in "
 			   "the protected IE count");
 			   "the protected IE count");