qcacmn: Changes to support DPP AKM

Adds cmn changes to support and parse AKM required for DPP.

Change-Id: I8efd4075f2c62500dbe11c2a6847f2dab2f31b34
CRs-Fixed: 2138461
diff --git a/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h b/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h
index c4da7a9..15d511e 100644
--- a/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h
+++ b/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h
@@ -345,6 +345,7 @@
 #define WLAN_CCKM_ASE_UNSPEC 0
 #define WLAN_WPA_CCKM_AKM 0x00964000
 #define WLAN_RSN_CCKM_AKM 0x00964000
+#define WLAN_RSN_DPP_AKM 0x029A6F50
 
 #define RSN_VERSION 1
 #define WLAN_RSN_SEL(x) (((x) << 24) | WLAN_RSN_OUI)
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index c1eaa3b..f4b5c8f 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -328,6 +328,7 @@
 	WLAN_AUTH_TYPE_FILS_SHA384,
 	WLAN_AUTH_TYPE_FT_FILS_SHA256,
 	WLAN_AUTH_TYPE_FT_FILS_SHA384,
+	WLAN_AUTH_TYPE_DPP_RSN,
 
 	WLAN_NUM_OF_SUPPORT_AUTH_TYPE,
 };