From 3a0c70210d8fab266ff37a3fd76ee22efbb262f8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 24 Oct 2019 14:13:56 -0500 Subject: [PATCH] manpage: Document [Rank] settings --- src/iwd.conf.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/iwd.conf.rst b/src/iwd.conf.rst index 93fd68e5..141a6269 100644 --- a/src/iwd.conf.rst +++ b/src/iwd.conf.rst @@ -108,6 +108,27 @@ a misbehaved BSS spends on the blacklist. Maximum time that a BSS is blacklisted. +Rank +---- + +The group ``[Rank]`` contains settings related to ranking of networks for +autoconnect purposes. + +.. list-table:: + :header-rows: 0 + :stub-columns: 0 + :widths: 20 80 + :align: left + + * - BandModifier5Ghz + - Values: floating point value (default: **1.0**) + + Increase or decrease the preference for 5GHz access points by increasing + or decreasing the value of this modifier. 5GHz networks are already + preferred due to their increase throughput / data rate. However, 5GHz + networks are highly RSSI sensitive, so it is still possible for IWD to + prefer 2.4Ghz APs in certain circumstances. + SEE ALSO ========