Searched refs:handler_got_ssid_passwd (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/esp_wifi/src/ |
D | smartconfig.c | 28 static void handler_got_ssid_passwd(void *arg, esp_event_base_t base, int32_t event_id, void *data) in handler_got_ssid_passwd() function 54 … 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()
|