Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c154 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
189 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
268 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_configure_sta()
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov.c216 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
251 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
330 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_configure_sta()
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c156 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
200 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
279 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_configure_sta()
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c170 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
214 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_event_handler()
293 g_prov->wifi_state = WIFI_PROV_STA_CONNECTING; in app_prov_configure_sta()
/hal_espressif-3.6.0/components/wifi_provisioning/include/wifi_provisioning/
Dwifi_config.h28 WIFI_PROV_STA_CONNECTING, enumerator
/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dmanager.c836 prov_ctx->wifi_state = WIFI_PROV_STA_CONNECTING; in wifi_prov_mgr_event_handler_internal()
879 prov_ctx->wifi_state = WIFI_PROV_STA_CONNECTING; in wifi_prov_mgr_event_handler_internal()
1184 prov_ctx->wifi_state = WIFI_PROV_STA_CONNECTING; in wifi_prov_mgr_configure_sta()
Dwifi_config.c76 if (resp_data.wifi_state == WIFI_PROV_STA_CONNECTING) { in cmd_get_status_handler()