From a6ffaab11ea93d9d369bebb365c68ed5bae0817a Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Fri, 15 Dec 2017 12:36:58 +0530 Subject: [PATCH] qcacmn: Add Objmgr related definitions to support DISA component Add Objmgr ID and related definitions to support the newly defined DISA component in CLD. Change-Id: Ibbe5db39c01dae94cad5af5f4dccd2611c5b06d4 CRs-Fixed: 2159599 --- wmi_unified_api.h | 3 +++ wmi_unified_priv.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/wmi_unified_api.h b/wmi_unified_api.h index da3aace5ab..e3711df572 100644 --- a/wmi_unified_api.h +++ b/wmi_unified_api.h @@ -48,6 +48,9 @@ #include "wlan_p2p_public_struct.h" #endif #include "wlan_scan_public_structs.h" +#ifdef WLAN_FEATURE_DISA +#include "wlan_disa_public_struct.h" +#endif #ifdef WLAN_FEATURE_NAN_CONVERGENCE #include "nan_public_structs.h" diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index 012bbfa735..dea8f59dc4 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -1331,8 +1331,10 @@ QDF_STATUS (*send_dbs_scan_sel_params_cmd)(wmi_unified_t wmi_handle, QDF_STATUS (*send_fw_test_cmd)(wmi_unified_t wmi_handle, struct set_fwtest_params *wmi_fwtest); +#ifdef WLAN_FEATURE_DISA QDF_STATUS (*send_encrypt_decrypt_send_cmd)(wmi_unified_t wmi_handle, struct encrypt_decrypt_req_params *params); +#endif QDF_STATUS (*send_sar_limit_cmd)(wmi_unified_t wmi_handle, struct sar_limit_cmd_params *params);