Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov_handlers.c85 static esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **… in set_config_handler() function
132 .set_config_handler = set_config_handler,
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov_handlers.c85 static esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **… in set_config_handler() function
132 .set_config_handler = set_config_handler,
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov_handlers.c85 static esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **… in set_config_handler() function
132 .set_config_handler = set_config_handler,
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov_handlers.c97 static esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **… in set_config_handler() function
144 .set_config_handler = set_config_handler,
/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dhandlers.c93 static esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **… in set_config_handler() function
149 ptr->set_config_handler = set_config_handler; in get_wifi_prov_handlers()
Dwifi_config.c180 if (h->set_config_handler(&req_data, &h->ctx) == ESP_OK) { in cmd_set_config_handler()
/hal_espressif-3.6.0/components/wifi_provisioning/include/wifi_provisioning/
Dwifi_config.h113 esp_err_t (*set_config_handler)(const wifi_prov_config_set_data_t *req_data, member