Home
last modified time | relevance | path

Searched refs:SC_EVENT_GOT_SSID_PSWD (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/src/
Dsmartconfig.c54 … err = esp_event_handler_register(SC_EVENT, SC_EVENT_GOT_SSID_PSWD, handler_got_ssid_passwd, NULL); in esp_smartconfig_start()
62 esp_event_handler_unregister(SC_EVENT, SC_EVENT_GOT_SSID_PSWD, handler_got_ssid_passwd); in esp_smartconfig_start()
74 esp_event_handler_unregister(SC_EVENT, SC_EVENT_GOT_SSID_PSWD, handler_got_ssid_passwd); in esp_smartconfig_stop()
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_smartconfig.h38 SC_EVENT_GOT_SSID_PSWD, /*!< ESP32 station smartconfig got the SSID and password */ enumerator
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c50 } else if (event_base == SC_EVENT && event_id == SC_EVENT_GOT_SSID_PSWD) { in event_handler()