Searched refs:apply_config_handler (Results 1 – 7 of 7) sorted by relevance
115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function133 .apply_config_handler = apply_config_handler,
127 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function145 .apply_config_handler = apply_config_handler,
124 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler() function150 ptr->apply_config_handler = apply_config_handler; in get_wifi_prov_handlers()
210 if (h->apply_config_handler(&h->ctx) == ESP_OK) { in cmd_apply_config_handler()
123 esp_err_t (*apply_config_handler)(wifi_prov_ctx_t **ctx); member