mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-06 04:04:01 -05:00
Use wpa_msg() for the "RSN: PMKID mismatch" message
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>
This commit is contained in:
parent
e161451fc8
commit
6241766709
@ -270,7 +270,7 @@ static int wpa_supplicant_get_pmk(struct wpa_sm *sm,
|
|||||||
* much we can do here without knowing what
|
* much we can do here without knowing what
|
||||||
* exactly caused the server to misbehave.
|
* 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?!");
|
"RSN: PMKID mismatch - authentication server may have derived different MSK?!");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user