qcacld-3.0: [11AX] Add support in WMA to receive HE Capabilities

Add support in WMA to receive and store HE capabilities coming
from extended service ready event.

Add support to receive HE capabilities, convert into OTA type of
internal host structure and pass it to the uppper layer as target
config. Add utility funciton for the conversion as well.

Change-Id: If0ceeb3db74be6cf6893b8e74c710863bab8b41b
CRs-Fixed: 1073481
diff --git a/Kbuild b/Kbuild
index 29013de..5d04d9c 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1236,6 +1236,9 @@
 ifeq ($(CONFIG_MPC_UT_FRAMEWORK),y)
 WMA_OBJS +=	$(WMA_SRC_DIR)/wma_utils_ut.o
 endif
+ifeq ($(CONFIG_WLAN_FEATURE_11AX), y)
+WMA_OBJS+=	$(WMA_SRC_DIR)/wma_he.o
+endif
 
 ############## PLD ##########
 PLD_DIR := core/pld