wlan: Add INI param to ignore ERP info in non 11b AP beacon.

Add INI param to ignore ERP info in the non 11b AP beacon.
With this param set the 11b protection will be enabled only if
driver receive an 11b beacon.

CRs-Fixed: 853250
Change-Id: I1c7e0e40c609569b322dda3c30fd4a203a2bd987
diff --git a/CORE/SME/inc/csrApi.h b/CORE/SME/inc/csrApi.h
index daeaad3..0a1ea0c 100644
--- a/CORE/SME/inc/csrApi.h
+++ b/CORE/SME/inc/csrApi.h
@@ -1172,7 +1172,7 @@
 #endif
 #endif
 
-
+    tANI_BOOLEAN ignorePeerErpInfo;
     tANI_U8 scanCfgAgingTime;
 
     tANI_U8   enableTxLdpc;