Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_smartconfig.h37SC_EVENT_FOUND_CHANNEL, /*!< ESP32 station smartconfig has found the channel of the tar… enumerator
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c48 } else if (event_base == SC_EVENT && event_id == SC_EVENT_FOUND_CHANNEL) { in event_handler()