2018-09-23 20:14:46 +05:30
Provisioning API
***** ***** ***** *
2019-05-15 21:05:44 +08:00
:link_to_translation:`zh_CN:[中文]`
2025-09-11 18:47:03 +08:00
This document describes methods to connect a device to `Wi-Fi <../network/esp_wifi.rst> `_ or `Thread <../network/esp_openthread.rst> `_ network.
2018-09-23 20:14:46 +05:30
.. toctree ::
2019-08-13 16:01:50 +08:00
:maxdepth: 1
2018-09-23 20:14:46 +05:30
2021-12-30 18:50:55 +08:00
protocomm
2025-09-11 18:47:03 +08:00
provisioning
2018-09-23 20:14:46 +05:30
2025-09-11 18:47:03 +08:00
Code examples for above API are provided in the `network_provisioning <https://github.com/espressif/idf-extra-components/tree/master/network_provisioning/examples> `_ component.
2020-05-18 01:02:04 +08:00
2025-09-11 18:47:03 +08:00
.. only :: SOC_WIFI_SUPPORTED
2020-05-18 01:02:04 +08:00
2023-03-29 14:16:09 +05:30
.. toctree ::
:maxdepth: 1
2020-05-18 01:02:04 +08:00
2023-03-29 14:16:09 +05:30
../network/esp_smartconfig
2021-01-21 11:38:56 +05:30
2023-03-29 14:16:09 +05:30
Code example for above API is provided in :example: `wifi/smart_config` .
.. toctree ::
:maxdepth: 1
2021-01-21 11:38:56 +05:30
2023-03-29 14:16:09 +05:30
../network/esp_dpp
2021-01-21 11:38:56 +05:30
2023-03-29 14:16:09 +05:30
Code example for above API is provided in :example: `wifi/wifi_easy_connect/dpp-enrollee` .