Searched refs:get_status_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 | 49 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler() function 131 .get_status_handler = get_status_handler,
|
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/ |
D | app_prov_handlers.c | 49 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler() function 131 .get_status_handler = get_status_handler,
|
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/ |
D | app_prov_handlers.c | 49 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler() function 131 .get_status_handler = get_status_handler,
|
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/ |
D | app_prov_handlers.c | 61 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler() function 143 .get_status_handler = get_status_handler,
|
/hal_espressif-3.6.0/components/wifi_provisioning/src/ |
D | handlers.c | 53 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler() function 148 ptr->get_status_handler = get_status_handler; in get_wifi_prov_handlers()
|
D | wifi_config.c | 75 if (h->get_status_handler(&resp_data, &h->ctx) == ESP_OK) { in cmd_get_status_handler()
|
/hal_espressif-3.6.0/components/wifi_provisioning/include/wifi_provisioning/ |
D | wifi_config.h | 105 esp_err_t (*get_status_handler)(wifi_prov_config_get_data_t *resp_data, member
|