]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Use wpa_msg() for the "RSN: PMKID mismatch" message
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 22 Dec 2015 09:22:19 +0000 (11:22 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 22 Dec 2015 09:22:19 +0000 (11:22 +0200)
This message is sent at MSG_INFO level and it is supposed to go out even
even debug messages were to be removed from the build. As such, use
wpa_msg() instead of wpa_dbg() for it.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/rsn_supp/wpa.c

index 669f658cf362e2b1e0c1563ab51a80ecc8f0ebaf..64ef933e3901d2fc2ee93cc9e1d074dfb3ef67f5 100644 (file)
@@ -270,7 +270,7 @@ static int wpa_supplicant_get_pmk(struct wpa_sm *sm,
                                 * much we can do here without knowing what
                                 * exactly caused the server to misbehave.
                                 */
-                               wpa_dbg(sm->ctx->msg_ctx, MSG_INFO,
+                               wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
                                        "RSN: PMKID mismatch - authentication server may have derived different MSK?!");
                                return -1;
                        }