mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
committed by
Christian Helmuth
parent
bc64d53a77
commit
978e82e893
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user