sculpt_manager: enable updating of wifi quality

The 'update_quality_interval' instructs the wifi driver to update
the approximated link quality to the currently connected AP every
30 seconds.

Issue #5262.
This commit is contained in:
Josef Söntgen 2024-07-30 16:57:34 +02:00 committed by Christian Helmuth
parent bc64d53a77
commit 978e82e893

View File

@ -143,6 +143,7 @@ struct Sculpt::Network : Noncopyable
xml.attribute("connected_scan_interval", 0U);
xml.attribute("scan_interval", 10U);
xml.attribute("update_quality_interval", 30U);
xml.attribute("use_11n", false);
xml.attribute("verbose_state", false);