esp-idf/examples/wifi/roaming
jgujarathi 6547315dde fix(esp_wifi): Stops roaming app upon application initiated disconnect
Stops roaming app when the application initiates a disconnect.
Roaming app if enabled will be restarted when the station reconnects again.
2024-09-11 11:39:43 +08:00
..
roaming_11kvr feat(wifi): add wifi support for esp32c61 2024-08-30 20:43:06 +08:00
roaming_app fix(esp_wifi): Stops roaming app upon application initiated disconnect 2024-09-11 11:39:43 +08:00
README.md feat(esp_wifi): Showcase roaming_app capabalities through dedicated example 2024-04-01 23:00:01 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-S2 ESP32-S3

Wi-Fi Roaming Examples

This directory contains 2 example ESP-IDF projects that demonstrate the Wi-Fi Roaming capabilities. These are intended to demonstrate the Wi-Fi roaming functionality, and to provide code that you can copy and use in your own projects.

Example Layout

  • roaming_11kvr demonstrates the use of API's that implement IEEE 802.11kvr mechanisms.
  • roaming_app implements Espressif's roaming app that optimally combines legacy roaming and 802.11kv based roaming for effective roaming.

More

See the README.md file in the upper level examples directory for more information about examples.