We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e106b commit 2a1b754Copy full SHA for 2a1b754
drivers/wifi/siwx91x/Kconfig.siwx91x
@@ -55,6 +55,7 @@ config WIFI_SILABS_SIWX91X_LIMIT_PACKET_BUF_PER_STA
55
56
config WIFI_SILABS_SIWX91X_ENABLE_ROAMING
57
bool "WiFi roaming support"
58
+ default y
59
help
60
Enable this option to configure roaming parameters.
61
Roaming will be enabled automatically when the
@@ -72,7 +73,7 @@ config WIFI_SILABS_SIWX91X_ROAMING_USE_DEAUTH
72
73
config WIFI_SILABS_SIWX91X_ROAMING_TRIGGER_LEVEL
74
int "Default value of roam trigger level (in dBm)"
75
default -70
- range -10 -100
76
+ range -100 -10
77
depends on WIFI_SILABS_SIWX91X_ENABLE_ROAMING
78
79
Sets the default roam trigger level. Higher values trigger
0 commit comments