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
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index 4471084..99afb7c 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -121,6 +121,7 @@
  * @WLAN_UMAC_COMP_ID_MAX:        Maximum components in UMAC
  * @WLAN_UMAC_COMP_OFFCHAN_TXRX:  Offchan TxRx
  * @WLAN_UMAC_COMP_SPLITMAC:      SplitMAC
+ * @WLAN_UMAC_COMP_DISA:          DISA encryption test
  *
  * This id is static.
  * On Adding new component, new id has to be assigned
@@ -147,6 +148,7 @@
 	WLAN_UMAC_COMP_SON,
 	WLAN_UMAC_COMP_SPECTRAL,
 	WLAN_UMAC_COMP_SPLITMAC,
+	WLAN_UMAC_COMP_DISA,
 	WLAN_UMAC_COMP_ID_MAX,
 };