]> git.ipfire.org Git - thirdparty/hostap.git/commit
Drop logging priority for handle_auth_cb no-STA-match messages
authorJouni Malinen <j@w1.fi>
Sun, 14 Oct 2018 17:03:55 +0000 (20:03 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 14 Oct 2018 17:03:55 +0000 (20:03 +0300)
commitdc1b1c8db7905639be6f4de8173e2d97bf6df90d
tree44fd6058f6309537418a51d8609df178d05f6253
parent6588f712220797c69dbd019daa19b82a50d92782
Drop logging priority for handle_auth_cb no-STA-match messages

This message was printed and MSG_INFO level which would be more
reasonable for error cases where hostapd has accepted authentication.
However, this is not really an error case for the cases where
authentication was rejected (e.g., due to MAC ACL). Drop this to use
MSG_DEBUG level.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c