forked from espressif/esp-idf
Merge branch 'bugfix/reduce_bss_logging_v5.0' into 'release/v5.0'
wifi: Reduce BSS logging in wpa_supplicant See merge request espressif/esp-idf!25824
This commit is contained in:
@ -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
|
* to filter out the obsolete results here to make sure only the
|
||||||
* most current BSS information remains in the table.
|
* 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",
|
" has multiple entries in the scan results - select the most current one",
|
||||||
MAC2STR(bss->bssid));
|
MAC2STR(bss->bssid));
|
||||||
calculate_update_time(fetch_time, res->age, &update_time);
|
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");
|
"Accept this BSS entry since it looks more current than the previous update");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user