Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi.c22 #define DISCONNECT_EVENT 0x00000002 macro
49 xEventGroupSetBits(wifi_events, DISCONNECT_EVENT); in wifi_event_handler()
315 bits = xEventGroupWaitBits(wifi_events, DISCONNECT_EVENT, 1, 0, 60000 / portTICK_RATE_MS); in test_wifi_connection_sta()
Dtest_wifi_init.c12 #define DISCONNECT_EVENT 0x00000002 macro
33 xEventGroupSetBits(wifi_events, DISCONNECT_EVENT); in wifi_event_handler()