Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
H A Dwlan_tdls_tgt_api.c47 struct wlan_lmac_if_tdls_tx_ops *tdls_ops = NULL; in tgt_tdls_set_fw_state() local
49 tdls_ops = wlan_psoc_get_tdls_txops(psoc); in tgt_tdls_set_fw_state()
50 if (tdls_ops && tdls_ops->update_fw_state) in tgt_tdls_set_fw_state()
51 return tdls_ops->update_fw_state(psoc, tdls_param); in tgt_tdls_set_fw_state()
59 struct wlan_lmac_if_tdls_tx_ops *tdls_ops = NULL; in tgt_tdls_set_peer_state() local
61 tdls_ops = wlan_psoc_get_tdls_txops(psoc); in tgt_tdls_set_peer_state()
62 if (tdls_ops && tdls_ops->update_peer_state) in tgt_tdls_set_peer_state()
63 return tdls_ops->update_peer_state(psoc, peer_param); in tgt_tdls_set_peer_state()
71 struct wlan_lmac_if_tdls_tx_ops *tdls_ops = NULL; in tgt_tdls_set_offchan_mode() local
73 tdls_ops = wlan_psoc_get_tdls_txops(psoc); in tgt_tdls_set_offchan_mode()
[all …]