wlan: Parsing the OpertingMode IE as a part of Assoc Req

Fixes: Parsing the OpertingMode IE as a part of Assoc Req and setting
corresponding chanwidth

Change-Id: Idaca52b97c80bf0b6647481ebd67394745fd01c8
CRs-Fixed: 395634
diff --git a/CORE/MAC/src/include/parserApi.h b/CORE/MAC/src/include/parserApi.h
index 6716251..29dd5ac 100644
--- a/CORE/MAC/src/include/parserApi.h
+++ b/CORE/MAC/src/include/parserApi.h
@@ -203,6 +203,7 @@
 #endif
 #ifdef WLAN_FEATURE_11AC
     tDot11fIEVHTCaps          VHTCaps;
+    tDot11fIEOperatingMode    operMode;
 #endif
 } tSirAssocReq, *tpSirAssocReq;