Home
last modified time | relevance | path

Searched refs:EVENT_TX_STATUS (Results 1 – 9 of 9) sorted by relevance

/hostap-3.7.0/src/drivers/
Ddriver_nl80211_monitor.c42 wpa_supplicant_event(ctx, EVENT_TX_STATUS, &event); in handle_tx_callback()
Ddriver_zephyr.c87 } else if (event == EVENT_TX_STATUS) { in wpa_supplicant_event_wrapper()
503 EVENT_TX_STATUS, in wpa_drv_zep_event_mgmt_tx_status()
Ddriver_hostap.c136 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event); in handle_tx_callback()
Ddriver.h4777 EVENT_TX_STATUS, enumerator
Ddriver_atheros.c1378 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event); in send_action_cb_event()
Ddriver_nl80211_event.c892 wpa_supplicant_event(drv->ctx, EVENT_TX_STATUS, &event); in mlme_event_mgmt_tx_status()
/hostap-3.7.0/src/ap/
Ddrv_callbacks.c1885 case EVENT_TX_STATUS: in wpa_supplicant_event()
/hostap-3.7.0/wpa_supplicant/
Devents.c5147 case EVENT_TX_STATUS: in wpa_supplicant_event()
/hostap-3.7.0/hostapd/
Dctrl_iface.c1840 wpa_supplicant_event(hapd, EVENT_TX_STATUS, &event); in hostapd_ctrl_iface_mgmt_tx_status_process()