Home
last modified time | relevance | path

Searched refs:WIFI_EVENT_ROC_DONE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_event/
Devent_send.c92 case WIFI_EVENT_ROC_DONE: in esp_event_legacy_wifi_event_id()
/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_offchannel.c59 case WIFI_EVENT_ROC_DONE: in wifi_event_handler()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c445 } else if (event_id == WIFI_EVENT_ROC_DONE) { in offchan_event_handler()
634 esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_ROC_DONE, in esp_supp_dpp_init()
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_types.h600 WIFI_EVENT_ROC_DONE, /**< Remain-on-Channel operation complete */ enumerator