Searched refs:ftm_tx_ops (Results 1 – 3 of 3) sorted by relevance
40 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() local166 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() local183 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 …]
203 struct wlan_lmac_if_ftm_tx_ops *ftm_tx_ops; in target_if_ftm_register_tx_ops() local210 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()
1883 struct wlan_lmac_if_ftm_tx_ops ftm_tx_ops; member