Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
H A Dwlan_tdls_tgt_api.c74 if (tdls_ops && tdls_ops->set_offchan_mode) in tgt_tdls_set_offchan_mode()
75 return tdls_ops->set_offchan_mode(psoc, param); in tgt_tdls_set_offchan_mode()
/wlan-driver/qcacld-3.0/components/target_if/tdls/src/
H A Dtarget_if_tdls.c178 tdls_txops->set_offchan_mode = target_if_tdls_set_offchan_mode; in target_if_tdls_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1071 QDF_STATUS (*set_offchan_mode)(struct wlan_objmgr_psoc *psoc, member