Merge branch 'bugfix/reduce_bss_logging' into 'master'

WiFi: Reduce BSS logging in wpa_supplicant

Closes WIFIBUG-57 and WIFIBUG-17

See merge request espressif/esp-idf!25247
pull/12177/head
Jiang Jiang Jian 2023-08-28 13:44:38 +08:00
commit 550f5b7593
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -225,11 +225,11 @@ wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
* to filter out the obsolete results here to make sure only the
* most current BSS information remains in the table.
*/
wpa_printf(MSG_DEBUG, "BSS: " MACSTR
wpa_printf(MSG_MSGDUMP, "BSS: " MACSTR
" has multiple entries in the scan results - select the most current one",
MAC2STR(bss->bssid));
calculate_update_time(fetch_time, res->age, &update_time);
wpa_printf(MSG_DEBUG,
wpa_printf(MSG_MSGDUMP,
"Accept this BSS entry since it looks more current than the previous update");
}