Home
last modified time | relevance | path

Searched refs:twt_ack_comp_cb (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_internal.h226 void (*twt_ack_comp_cb)(struct wmi_twt_ack_complete_event_param *params, typedef
258 void (*twt_ack_comp_cb)(struct wmi_twt_ack_complete_event_param *params, member
475 twt_ack_comp_cb twt_ack_comp_cb; member
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
H A Dwlan_twt_tgt_if_ext_rx_api.c89 twt_rx_ops->twt_ack_comp_cb = tgt_twt_ack_complete_resp_handler; in tgt_twt_register_ext_rx_ops()
/wlan-driver/qcacld-3.0/components/target_if/twt/src/
H A Dtarget_if_ext_twt_evt.c386 if (!twt_rx_ops || !twt_rx_ops->twt_ack_comp_cb) { in target_if_twt_ack_complete_event_handler()
402 qdf_status = twt_rx_ops->twt_ack_comp_cb(psoc, data); in target_if_twt_ack_complete_event_handler()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_twt.c671 if (mac->sme.twt_ack_comp_cb) in wma_twt_ack_complete_event_handler()
672 mac->sme.twt_ack_comp_cb(param, mac->sme.twt_ack_context_cb); in wma_twt_ack_complete_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1697 QDF_STATUS (*twt_ack_comp_cb)(struct wlan_objmgr_psoc *psoc, member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_twt.c4929 twt_cb.twt_ack_comp_cb = hdd_twt_ack_comp_cb; in wlan_hdd_twt_init()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c13726 mac->sme.twt_ack_comp_cb = NULL; in sme_clear_twt_complete_cb()
13751 mac->sme.twt_ack_comp_cb = twt_cb->twt_ack_comp_cb; in sme_register_twt_callbacks()