Home
last modified time | relevance | path

Searched refs:twt_pause_comp_cb (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
H A Dwlan_twt_tgt_if_ext_rx_api.c85 twt_rx_ops->twt_pause_comp_cb = tgt_twt_pause_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.c171 if (!twt_rx_ops || !twt_rx_ops->twt_pause_comp_cb) { in target_if_twt_pause_complete_event_handler()
188 qdf_status = twt_rx_ops->twt_pause_comp_cb(psoc, param); in target_if_twt_pause_complete_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1689 QDF_STATUS (*twt_pause_comp_cb)(struct wlan_objmgr_psoc *psoc, member