Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_api.c234 if (wmi_handle->ops->send_roam_mlo_config) in wmi_unified_roam_mlo_config_cmd()
235 return wmi_handle->ops->send_roam_mlo_config(wmi_handle, in wmi_unified_roam_mlo_config_cmd()
H A Dwmi_unified_roam_tlv.c5133 ops->send_roam_mlo_config = send_roam_mlo_config_tlv; in wmi_roam_mlo_attach_tlv()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_tgt_if_tx_api.c691 if (!roam_tx_ops || !roam_tx_ops->send_roam_mlo_config) { in wlan_cm_tgt_send_roam_mlo_config()
698 status = roam_tx_ops->send_roam_mlo_config(vdev, req); in wlan_cm_tgt_send_roam_mlo_config()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h2703 QDF_STATUS (*send_roam_mlo_config)(struct wlan_objmgr_vdev *vdev, member
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c1493 tx_ops->send_roam_mlo_config = target_if_cm_roam_send_mlo_config; in target_if_cm_roam_register_mlo_req_ops()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h896 QDF_STATUS (*send_roam_mlo_config)(wmi_unified_t wmi_handle, member