Skip to content

Enable WiFi roaming in station mode #11129

Open
@ranma

Description

@ranma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Needs investigationWe need to do some research before taking next steps on this issueType: Feature requestFeature request for Arduino ESP32

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions