From ae424b544babde8e9f9273fa7fbe4c41384a822b Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Sat, 11 Mar 2023 13:40:01 +0100 Subject: [PATCH] Update decription to AP switching --- param-docs/parameter-pages/System/RSSIThreshold.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/param-docs/parameter-pages/System/RSSIThreshold.md b/param-docs/parameter-pages/System/RSSIThreshold.md index b936563..8fd2696 100644 --- a/param-docs/parameter-pages/System/RSSIThreshold.md +++ b/param-docs/parameter-pages/System/RSSIThreshold.md @@ -1,8 +1,12 @@ # Parameter `RSSIThreshold` -Default Value: `''` - -WLAN Mesh Parameter: Threshold for the RSSI value to check for start switching access point in a mesh system. +Default Value: `0` Possible values: `-100` .. `0` (`0` = disabled). -It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup. +WIFI AP switching functionality: + +This parameter activates a client triggered AP switching functionality (simplified roaming). +If (actual RSSI + 5dBm) lower than RSSIThreshold, all WIFI channels will be scanned for configured SSID and then trying to connect to access point with better RSSI. The scan is only get initiated at the end of each round. + +!!! Note + It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.