diff mbox series

[v2,4/4] doc: document disabling bands with a 0.0 modifier

Message ID 20230928124128.3793788-4-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [v2,1/4] scan: allow splitting of scans with defined frequencies | expand

Commit Message

James Prestwood Sept. 28, 2023, 12:41 p.m. UTC
---
 src/iwd.config.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/src/iwd.config.rst b/src/iwd.config.rst
index 294e4c7b..be2fd18c 100644
--- a/src/iwd.config.rst
+++ b/src/iwd.config.rst
@@ -297,6 +297,9 @@  autoconnect purposes.
        Increase or decrease the preference for 2.4GHz access points by
        increasing or decreasing the value of this modifier.
 
+       A value of 0.0 will disable the 2.4GHz band and prevent scanning or
+       connecting on those frequencies.
+
    * - BandModifier5Ghz
      - Values: floating point value (default: **1.0**)
 
@@ -306,6 +309,9 @@  autoconnect purposes.
        networks are highly RSSI sensitive, so it is still possible for IWD to
        prefer 2.4Ghz APs in certain circumstances.
 
+       A value of 0.0 will disable the 5GHz band and prevent scanning or
+       connecting on those frequencies.
+
    * - BandModifier6Ghz
      - Values: floating point value (default: **1.0**)
 
@@ -313,6 +319,9 @@  autoconnect purposes.
        or decreasing the value of this modifier.  Since 6GHz networks are highly
        RSSI sensitive, this gives an option to prefer 6GHz APs over 5GHz APs.
 
+       A value of 0.0 will disable the 6GHz band and prevent scanning or
+       connecting on those frequencies.
+
 Scan
 ----