Home
last modified time | relevance | path

Searched refs:apply_config_handler (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov_handlers.c115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function
133 .apply_config_handler = apply_config_handler,
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov_handlers.c115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function
133 .apply_config_handler = apply_config_handler,
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov_handlers.c115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function
133 .apply_config_handler = apply_config_handler,
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov_handlers.c127 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function
145 .apply_config_handler = apply_config_handler,
/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dhandlers.c124 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function
150 ptr->apply_config_handler = apply_config_handler; in get_wifi_prov_handlers()
Dwifi_config.c210 if (h->apply_config_handler(&h->ctx) == ESP_OK) { in cmd_apply_config_handler()
/hal_espressif-3.6.0/components/wifi_provisioning/include/wifi_provisioning/
Dwifi_config.h123 esp_err_t (*apply_config_handler)(wifi_prov_ctx_t **ctx); member