Home
last modified time | relevance | path

Searched refs:wifi_prov_handlers (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dmanager.c109 wifi_prov_config_handlers_t *wifi_prov_handlers; member
325 prov_ctx->wifi_prov_handlers = malloc(sizeof(wifi_prov_config_handlers_t)); in wifi_prov_mgr_start_service()
326 ret = get_wifi_prov_handlers(prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
337 prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
340 free(prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
350 free(prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
363 free(prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
375 free(prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
388 free(prov_ctx->wifi_prov_handlers); in wifi_prov_mgr_start_service()
487 free(prov_ctx->wifi_prov_handlers->ctx); in prov_stop_task()
[all …]
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c33 extern wifi_prov_config_handlers_t wifi_prov_handlers;
85 (void *) &wifi_prov_handlers) != ESP_OK) { in app_prov_start_service()
Dapp_prov_handlers.c130 wifi_prov_config_handlers_t wifi_prov_handlers = { variable
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov.c42 extern wifi_prov_config_handlers_t wifi_prov_handlers;
144 (void *) &wifi_prov_handlers) != ESP_OK) { in app_prov_start_service()
Dapp_prov_handlers.c130 wifi_prov_config_handlers_t wifi_prov_handlers = { variable
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c33 extern wifi_prov_config_handlers_t wifi_prov_handlers;
88 (void *) &wifi_prov_handlers) != ESP_OK) { in app_prov_start_service()
Dapp_prov_handlers.c130 wifi_prov_config_handlers_t wifi_prov_handlers = { variable
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c34 extern wifi_prov_config_handlers_t wifi_prov_handlers;
91 (void *) &wifi_prov_handlers) != ESP_OK) { in app_prov_start_service()
Dapp_prov_handlers.c142 wifi_prov_config_handlers_t wifi_prov_handlers = { variable