Searched refs:set_config_handler (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/ |
D | app_prov_handlers.c | 85 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/ |
D | app_prov_handlers.c | 85 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/ |
D | app_prov_handlers.c | 85 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/ |
D | app_prov_handlers.c | 97 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/ |
D | handlers.c | 93 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()
|
D | wifi_config.c | 180 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/ |
D | wifi_config.h | 113 esp_err_t (*set_config_handler)(const wifi_prov_config_set_data_t *req_data, member
|