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