Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_api.c221 if (wmi_handle->ops->send_vdev_set_pcl_cmd) in wmi_unified_vdev_set_pcl_cmd()
222 return wmi_handle->ops->send_vdev_set_pcl_cmd(wmi_handle, in wmi_unified_vdev_set_pcl_cmd()
H A Dwmi_unified_roam_tlv.c4199 ops->send_vdev_set_pcl_cmd = send_vdev_set_pcl_cmd_tlv; in wmi_roam_offload_attach_tlv()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_tgt_if_tx_api.c102 if (!roam_tx_ops || !roam_tx_ops->send_vdev_set_pcl_cmd) { in wlan_cm_roam_send_set_vdev_pcl()
169 status = roam_tx_ops->send_vdev_set_pcl_cmd(vdev, pcl_req); in wlan_cm_roam_send_set_vdev_pcl()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h2650 QDF_STATUS (*send_vdev_set_pcl_cmd)(struct wlan_objmgr_vdev *vdev, member
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c510 tx_ops->send_vdev_set_pcl_cmd = target_if_cm_roam_send_vdev_set_pcl_cmd; in target_if_cm_roam_register_lfr3_ops()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h1210 QDF_STATUS (*send_vdev_set_pcl_cmd)(wmi_unified_t wmi_handle, member