qcacld-3.0: Remove the INI force_rsne_override

Currently, RSNE if given from userspace is overrided if the Ini
force_rsne_override is disabled as a security. But there
are sufficient checks already in kernel to validatethe RSNE
given by userspace. Hence this INI is no longer required.

Change-Id: Ifcc9298dcfa035d05e9ee4fb78a4fa2c9f249461
CRs-Fixed: 2573540
This commit is contained in:
Bala Venkatesh
2019-11-25 15:32:20 +05:30
committed by nshrivas
parent 7a05e6266b
commit 81281077ab
6 changed files with 0 additions and 62 deletions

View File

@@ -289,30 +289,6 @@
CFG_VALUE_OR_DEFAULT, \
"Set maximum channel guard time")
/*
* <ini>
* force_rsne_override - force rsnie override from user
* @Min: 0
* @Max: 1
* @Default: 0
*
* This ini is used to enable/disable test mode to force rsne override used in
* security enhancement test cases to pass the RSNIE sent by user in
* assoc request.
*
* Related: None
*
* Supported Feature: STA
*
* Usage: internal
*
* </ini>
*/
#define CFG_FORCE_RSNE_OVERRIDE CFG_INI_BOOL( \
"force_rsne_override", \
0, \
"Set obss active dwelltime")
/*
* <ini>
* SingleTIDRC - Set replay counter for all TID's
@@ -469,7 +445,6 @@
CFG(CFG_QCN_IE_SUPPORT) \
CFG(CFG_STA_MCAST_MCC_REST_TIME) \
CFG(CFG_FILS_MAX_CHAN_GUARD_TIME) \
CFG(CFG_FORCE_RSNE_OVERRIDE) \
CFG(CFG_SINGLE_TID_RC) \
CFG(CFG_STA_KEEPALIVE_METHOD) \
CFG(CFG_WT_CNF_TIMEOUT) \