mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00: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:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user