Home
last modified time | relevance | path

Searched refs:smartconfig_start_config_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_smartconfig.h61 } smartconfig_start_config_t; typedef
91 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()
/hal_espressif-3.6.0/components/esp_wifi/include/esp_private/
Dwifi.h281 esp_err_t esp_smartconfig_internal_start(const smartconfig_start_config_t *config);
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c111 smartconfig_start_config_t cfg = SMARTCONFIG_START_CONFIG_DEFAULT(); in smartconfig_example_task()