Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ftm/core/src/
H A Dwlan_ftm_svc.c40 return &tx_ops->ftm_tx_ops; in wlan_psoc_get_ftm_txops()
164 struct wlan_lmac_if_ftm_tx_ops *ftm_tx_ops; in wlan_ftm_testmode_attach() local
166 ftm_tx_ops = wlan_psoc_get_ftm_txops(psoc); in wlan_ftm_testmode_attach()
167 if (!ftm_tx_ops) { in wlan_ftm_testmode_attach()
172 if (ftm_tx_ops->ftm_attach) in wlan_ftm_testmode_attach()
173 return ftm_tx_ops->ftm_attach(psoc); in wlan_ftm_testmode_attach()
181 struct wlan_lmac_if_ftm_tx_ops *ftm_tx_ops; in wlan_ftm_testmode_detach() local
183 ftm_tx_ops = wlan_psoc_get_ftm_txops(psoc); in wlan_ftm_testmode_detach()
184 if (!ftm_tx_ops) { in wlan_ftm_testmode_detach()
189 if (ftm_tx_ops->ftm_detach) in wlan_ftm_testmode_detach()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/ftm/src/
H A Dtarget_if_ftm.c203 struct wlan_lmac_if_ftm_tx_ops *ftm_tx_ops; in target_if_ftm_register_tx_ops() local
210 ftm_tx_ops = &tx_ops->ftm_tx_ops; in target_if_ftm_register_tx_ops()
211 ftm_tx_ops->ftm_attach = target_if_ftm_attach; in target_if_ftm_register_tx_ops()
212 ftm_tx_ops->ftm_detach = target_if_ftm_detach; in target_if_ftm_register_tx_ops()
213 ftm_tx_ops->ftm_cmd_send = target_if_ftm_cmd_send; in target_if_ftm_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1883 struct wlan_lmac_if_ftm_tx_ops ftm_tx_ops; member