Просмотр исходного кода

qcacmn: Add support to send link recommendation command

Add support to send link recommendation command. This will
allow the user to pick the link that they want to utilise.
It is now the WFA prerequisite for AP.

Change-Id: I7d4459a65ce599aa5f674a3cc4a54185595ede40
CRs-Fixed: 3534151
SHIVAM KUMAR 2 лет назад
Родитель
Сommit
833309ab56
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      wmi/inc/wmi_unified_priv.h

+ 6 - 0
wmi/inc/wmi_unified_priv.h

@@ -3294,6 +3294,12 @@ QDF_STATUS (*extract_sap_coex_cap_service_ready_ext2)(
 QDF_STATUS
 (*send_wmi_tdma_schedule_request_cmd)(wmi_unified_t wmi_handle,
 				      struct wlan_tdma_sched_cmd_param *param);
+
+#ifdef WLAN_FEATURE_11BE_MLO
+QDF_STATUS
+(*send_wmi_link_recommendation_cmd)(wmi_unified_t wmi_handle,
+				    struct wlan_link_recmnd_param *param);
+#endif
 #endif
 
 QDF_STATUS