Browse Source

qcacmn: Add support for the new NAN EXT vendor command

As part of the NAN Discovery DBS support, new vendor command
- QCA_NL80211_VENDOR_SUBCMD_NAN_EXT - has been defined that
can carry the binary blob encapsulated within an attribute
and can carry additional attributes to enhance the NAN command
interface. Add the related definitions to support this command.

Add definitions to support the new NAN EXT vendor command.

Change-Id: I83c12c7512066434f8974619e1d953ac78d3a40d
CRs-Fixed: 2339032
Nachiket Kukade 6 năm trước cách đây
mục cha
commit
762c2fef95
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      wmi_unified_tlv.c

+ 6 - 1
wmi_unified_tlv.c

@@ -11959,8 +11959,13 @@ static void populate_tlv_service(uint32_t *wmi_service)
 			WMI_SERVICE_BEACON_RECEPTION_STATS;
 	wmi_service[wmi_service_vdev_latency_config] =
 			WMI_SERVICE_VDEV_LATENCY_CONFIG;
+	wmi_service[wmi_service_nan_dbs_support] = WMI_SERVICE_NAN_DBS_SUPPORT;
+	wmi_service[wmi_service_ndi_dbs_support] = WMI_SERVICE_NDI_DBS_SUPPORT;
+	wmi_service[wmi_service_nan_sap_support] = WMI_SERVICE_NAN_SAP_SUPPORT;
+	wmi_service[wmi_service_ndi_sap_support] = WMI_SERVICE_NDI_SAP_SUPPORT;
+	wmi_service[wmi_service_nan_disable_support] =
+			WMI_SERVICE_NAN_DISABLE_SUPPORT;
 }
-
 #ifndef CONFIG_MCL
 
 /**