]> git.ipfire.org Git - thirdparty/hostap.git/commit
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)
commit62417667096eeff02af5d429cdda05dfab4f518d
tree562b59d47c27c736c466b56025e48bc966b998e0
parente161451fc807f8f82ef1973459f70a8fa6d07378
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>
src/rsn_supp/wpa.c