Home
last modified time | relevance | path

Searched refs:SC_EVENT_SCAN_DONE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_smartconfig.h36SC_EVENT_SCAN_DONE, /*!< ESP32 station smartconfig has finished to scan for APs */ enumerator
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c46 } else if (event_base == SC_EVENT && event_id == SC_EVENT_SCAN_DONE) { in event_handler()