diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2011-11-17 23:05:19 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-11-17 23:05:19 +0200 |
commit | 4740d5b9d9052b70cd680ac0208bc4768262140f (patch) | |
tree | b405b0c66949316bb66c12cd3efdfb65421af46b /src | |
parent | 0d442affb6062c354687f360247b1a8c7bbd608a (diff) | |
download | external_wpa_supplicant_8_ti-4740d5b9d9052b70cd680ac0208bc4768262140f.zip external_wpa_supplicant_8_ti-4740d5b9d9052b70cd680ac0208bc4768262140f.tar.gz external_wpa_supplicant_8_ti-4740d5b9d9052b70cd680ac0208bc4768262140f.tar.bz2 |
Fix the debug message in the previous commit
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ap/wpa_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index 1dba599..3d57f9e 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; } } |