diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 00ff11694..68592d6af 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -4054,7 +4054,8 @@ static void handle_auth_cb(struct hostapd_data *hapd, sta = ap_get_sta(hapd, mgmt->da); if (!sta) { - wpa_printf(MSG_INFO, "handle_auth_cb: STA " MACSTR " not found", + wpa_printf(MSG_DEBUG, "handle_auth_cb: STA " MACSTR + " not found", MAC2STR(mgmt->da)); return; }