Open
Description
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
- I confirm I have checked existing list of Feature requests and Contribution Guide.