Prechádzať zdrojové kódy

qcacmn: Send ROAM MLO Config to target

Add WMI API to send WMI ROAM MLO config to target.

Change-Id: I2f4671a887b2ed772d53292f718b5a759fe31028
CRs-Fixed: 3273021
Liangwei Dong 2 rokov pred
rodič
commit
5a993dd715
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      wmi/inc/wmi_unified_priv.h

+ 4 - 0
wmi/inc/wmi_unified_priv.h

@@ -839,6 +839,10 @@ QDF_STATUS (*send_disconnect_roam_params)(wmi_unified_t wmi_handle,
 
 QDF_STATUS (*send_idle_roam_params)(wmi_unified_t wmi_handle,
 				    struct wlan_roam_idle_params *req);
+#ifdef WLAN_FEATURE_11BE_MLO
+QDF_STATUS (*send_roam_mlo_config)(wmi_unified_t wmi_handle,
+				   struct wlan_roam_mlo_config *req);
+#endif
 
 QDF_STATUS (*send_roam_preauth_status)(wmi_unified_t wmi_handle,
 				struct wmi_roam_auth_status_params *params);