2023-01-09 20:58:27 +08:00
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
2022-05-20 17:50:08 +08:00
2024-03-29 18:41:49 +05:30
# Wi-Fi Roaming Examples
2020-11-12 13:48:24 +05:30
2024-03-29 18:41:49 +05:30
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.
2021-02-05 17:49:28 +00:00
2024-03-29 18:41:49 +05:30
# Example Layout
2020-11-12 13:48:24 +05:30
2024-03-29 18:41:49 +05:30
* `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.
2021-02-05 17:49:28 +00:00
2024-03-29 18:41:49 +05:30
# More
2021-02-05 17:49:28 +00:00
2024-03-29 18:41:49 +05:30
See the [README.md ](../README.md ) file in the upper level [examples ](../ ) directory for more information about examples.