1# Wi-Fi Examples 2 3This directory contains a range of examples ESP-IDF projects. These are intended to demonstrate the Wi-Fi functionality, and to provide code that you can copy and adapt into your own projects. 4 5# Example Layout 6 7The examples are grouped into sub-directories by category. Each category directory contains one or more example projects: 8 9* `espnow` is the connectionless Wi-Fi communication protocol. 10* `fast_scan` shows how to use fast scan while connecting to an AP.. 11* `ftm` is a how to use FTM (Fine Timing Measurement) feature to calculate distance between devices. 12* `getting_started` contains the basic examples for using Wi-Fi in STA and AP mode. 13* `iperf` shows the common performance measurements for two ESP running this example. 14* `power_save` contains a how to use power save mode of Wi-Fi. 15* `roaming` contains a example using 802.11k and 802.11v APIs. 16* `scan` shows how to scan for all the available APs. 17* `smart_config` shows how ESP connects to a target AP with ESPTOUCH. 18* `wifi_easy_connect` shows how to configure an ESP device as an enrollee using Device Provisioning Protocol (DPP). 19* `wpa2_enterprise` connects to AP with WPA2 enterprise encryption. 20* `wps` contains a how to use the Wi-Fi Protected Setup protocol. 21 22# More 23 24See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples. 25