From: Jouni Malinen Date: Thu, 17 Nov 2011 21:05:19 +0000 (+0200) Subject: Fix the debug message in the previous commit X-Git-Tag: aosp-jb-start~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4740d5b9d9052b70cd680ac0208bc4768262140f;p=thirdparty%2Fhostap.git Fix the debug message in the previous commit Signed-hostap: Jouni Malinen --- diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index 1dba599f6..3d57f9edd 100644 --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c @@ -1896,8 +1896,8 @@ SM_STATE(WPA_PTK, PTKINITNEGOTIATING) * WPA if the supplicant used it first. */ 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; } }