From a3dc71cf01c6c8c9f357b2b59e3fa1f5955d1fe1 Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Mon, 3 Dec 2018 18:30:46 +0530 Subject: [PATCH] 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 --- wmi_unified_param.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 2ec62aec85..19c03edfb6 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5270,6 +5270,11 @@ typedef enum { wmi_service_peer_unmap_cnf_support, wmi_service_beacon_reception_stats, wmi_service_vdev_latency_config, + wmi_service_nan_dbs_support, + wmi_service_ndi_dbs_support, + wmi_service_nan_sap_support, + wmi_service_ndi_sap_support, + wmi_service_nan_disable_support, wmi_services_max, } wmi_conv_service_ids; #define WMI_SERVICE_UNAVAILABLE 0xFFFF