Searched refs:tdls_ops (Results 1 – 1 of 1) sorted by relevance
47 struct wlan_lmac_if_tdls_tx_ops *tdls_ops = NULL; in tgt_tdls_set_fw_state() local49 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() local61 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() local73 tdls_ops = wlan_psoc_get_tdls_txops(psoc); in tgt_tdls_set_offchan_mode()[all …]