fix(wifi): Provide a config option to skip IP renew during roam

This commit is contained in:
Kapil Gupta
2024-11-08 16:20:30 +05:30
parent d2fde65545
commit e028cc6952
2 changed files with 27 additions and 0 deletions

View File

@@ -90,6 +90,14 @@ menu "Roaming Methods"
Retry threshold after which the station should stop using Network Assisted
roaming methods and start using legacy roaming instead.
config ESP_WIFI_NETWORK_ASSISTED_ROAMING_IP_RENEW_SKIP
bool "Skip IP renew during BTM based roaming"
depends on ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM
default y
help
Station will not ask for IP renew after a BTM based roaming. Before enabling please
make sure your network supports this.
endmenu #"Roaming Methods"
menu "Scan Configuration"