From 0bb99bcc33e5317573d09e7925a24b608100f3b6 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 28 Sep 2023 05:41:28 -0700 Subject: [PATCH] doc: document disabling bands with a 0.0 modifier --- src/iwd.config.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ----