소스 검색

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 년 전
부모
커밋
762c2fef95
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 /**