wlan: Populate IE into Beacon Report

Populate the IE's into the beacon report
only if the AP has actually advertised the
capability

Change-Id: I2cd03c71177aa7e087d76e8369c31101116d4bb1
CRs-Fixed: 584874
diff --git a/CORE/MAC/src/include/parserApi.h b/CORE/MAC/src/include/parserApi.h
index e625061..994b02f 100644
--- a/CORE/MAC/src/include/parserApi.h
+++ b/CORE/MAC/src/include/parserApi.h
@@ -298,6 +298,7 @@
     tANI_U8               cfPresent;
     tANI_U8               ibssParamPresent;
     tANI_U8               timPresent;
+    tANI_U8               rrmPresent;
 } tSirCcxBcnReportMandatoryIe, *tpSirCcxBcnReportMandatoryIe;
 #endif /* FEATURE_WLAN_CCX_UPLOAD */