mirror of
https://github.com/espressif/esp-idf
synced 2025-03-23 16:09:09 -04:00
- esp_supp_dpp_init : Ensures that the mode is set to station before the API call. - Ensures that dpp follows the path of init(esp_supp_dpp_init) -> bootstrap(esp_supp_dpp_bootstrap_gen) -> listen(esp_supp_dpp_start_listen) by returning errors if any of them is invoked out of order.