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:
@@ -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) \
|
||||
|
Reference in New Issue
Block a user