WLAN:CCX IE should be included in all the association req

CCX version IE should be present in all the association
requests when the DUT is configured with CCX.

Change-Id: Ib5697fb1a588191f11ec327a6900b9b050a68c02
CRs-Fixed: 498004
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index 997a732..91873cc 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -1030,6 +1030,7 @@
     tAniBool            is11Rconnection;
 #endif
 #ifdef FEATURE_WLAN_CCX
+    tAniBool            isCCXFeatureIniEnabled;
     tAniBool            isCCXconnection;
     tCCXTspecInfo       ccxTspecInfo;
 #endif