Home
last modified time | relevance | path

Searched refs:WIFI_REASON_NO_AP_FOUND (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-2.7.6/examples/provisioning/legacy/ble_prov/main/
Dapp_main.c61 case WIFI_REASON_NO_AP_FOUND: in event_handler()
Dapp_prov.c244 case WIFI_REASON_NO_AP_FOUND: in app_prov_event_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c182 case WIFI_REASON_NO_AP_FOUND: in app_prov_event_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c193 case WIFI_REASON_NO_AP_FOUND: in app_prov_event_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c207 case WIFI_REASON_NO_AP_FOUND: in app_prov_event_handler()
/hal_espressif-2.7.6/components/esp_wifi/include/
Desp_wifi_types.h99 WIFI_REASON_NO_AP_FOUND = 201, enumerator
/hal_espressif-2.7.6/components/esp_event/
Devent_send_compat.inc139 {WIFI_REASON_NO_AP_FOUND, "no ap found"},
/hal_espressif-2.7.6/components/wifi_provisioning/src/
Dmanager.c875 case WIFI_REASON_NO_AP_FOUND: in wifi_prov_mgr_event_handler_internal()
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
Dwifi.rst713 …- s1.2:如果未找到目标 AP,将产生 `WIFI_EVENT_STA_DISCONNECTED`_ 事件,且原因代码为 WIFI_REASON_NO_AP_FOUND。请参阅 `Wi-Fi …
/hal_espressif-2.7.6/docs/en/api-guides/
Dwifi.rst741 …_EVENT_STA_DISCONNECTED`_ will arise and the reason-code will be WIFI_REASON_NO_AP_FOUND. Refer to…