Browse Source

Fix the debug message in the previous commit

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 13 years ago
parent
commit
4740d5b9d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ap/wpa_auth.c

+ 2 - 2
src/ap/wpa_auth.c

@@ -1896,8 +1896,8 @@ SM_STATE(WPA_PTK, PTKINITNEGOTIATING)
 			 * WPA if the supplicant used it first.
 			 * WPA if the supplicant used it first.
 			 */
 			 */
 			wpa_auth_logger(sm->wpa_auth, sm->addr, LOGGER_DEBUG,
 			wpa_auth_logger(sm->wpa_auth, sm->addr, LOGGER_DEBUG,
-					"STA used Secure bit in WPA msg 3/4 - "
-					"set Secure for 4/4 as workaround");
+					"STA used Secure bit in WPA msg 2/4 - "
+					"set Secure for 3/4 as workaround");
 			secure = 1;
 			secure = 1;
 		}
 		}
 	}
 	}