Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c523 if (event_id == WIFI_EVENT_ACTION_TX_STATUS) { in offchan_event_handler()
747 esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_ACTION_TX_STATUS, in esp_supp_dpp_init()
773 esp_event_handler_unregister(WIFI_EVENT, WIFI_EVENT_ACTION_TX_STATUS, in esp_supp_dpp_deinit()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h893 WIFI_EVENT_ACTION_TX_STATUS, /**< Status indication of Action Tx operation */ enumerator