Home
last modified time | relevance | path

Searched refs:esp_smartconfig_start (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_smartconfig.h91 esp_err_t esp_smartconfig_start(const smartconfig_start_config_t *config);
/hal_espressif-3.6.0/components/esp_wifi/src/
Dsmartconfig.c50 esp_err_t esp_smartconfig_start(const smartconfig_start_config_t *config) in esp_smartconfig_start() function
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c112 ESP_ERROR_CHECK( esp_smartconfig_start(&cfg) ); in smartconfig_example_task()