qcacmn: Add OWE AKM in umac component

Add support for OWE AKM in UMAC component.

Change-Id: I37ffc36207ca128373a5e0c451e9311aa50387d2
CRs-Fixed: 2148452
diff --git a/umac/cmn_services/inc/wlan_cmn.h b/umac/cmn_services/inc/wlan_cmn.h
index f4b5c8f..62371c5 100644
--- a/umac/cmn_services/inc/wlan_cmn.h
+++ b/umac/cmn_services/inc/wlan_cmn.h
@@ -329,6 +329,7 @@
 	WLAN_AUTH_TYPE_FT_FILS_SHA256,
 	WLAN_AUTH_TYPE_FT_FILS_SHA384,
 	WLAN_AUTH_TYPE_DPP_RSN,
+	WLAN_AUTH_TYPE_OWE,
 
 	WLAN_NUM_OF_SUPPORT_AUTH_TYPE,
 };