Enable WiFi roaming in station mode #11129
Labels
Status: Needs investigation
We need to do some research before taking next steps on this issue
Type: Feature request
Feature request for Arduino ESP32
Related area
WiFi roaming
Hardware specification
Any ESP32
Is your feature request related to a problem?
WiFiSTA.cpp is not enabling the feature flags related to roaming, e.g. rm_enabled (Radio Measurements), btm_enabled (BSS Transition Management), ft_enabled (Fast BSS Transition) options in wifi_sta_config_t.
Describe the solution you'd like
Roaming probably should just be enabled by default, so that the Arduino firmware can easily move between APs when a BSS consists of multiple connected APs (e.g. Unify or Fritzbox in mesh mode).
Describe alternatives you've considered
No response
Additional context
https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-guides/wifi.html#wireless-network-management
https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-guides/wifi.html#fast-bss-transition
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: