qcacmn: Disable adaptive dwell time in not connected state
Disable adaptive dwell time for scans in not connected state to optimize host scans for fast connection. Change-Id: I28f762c3ee44ffc20a7565ccc1d8e40f16aedb4e CRs-Fixed: 2357888
Cette révision appartient à :
@@ -187,7 +187,7 @@
|
||||
* during host scan without conneciton
|
||||
* @Min: 0
|
||||
* @Max: 4
|
||||
* @Default: 1
|
||||
* @Default: 4
|
||||
*
|
||||
* This ini will set the algo used in dwell time optimization
|
||||
* during host scan with connection.
|
||||
@@ -209,7 +209,7 @@
|
||||
*/
|
||||
#define CFG_ADAPTIVE_SCAN_DWELL_MODE_NC CFG_INI_UINT(\
|
||||
"hostscan_adaptive_dwell_mode_no_conn",\
|
||||
0, 4, MCL_OR_WIN_VALUE(1, 0),\
|
||||
0, 4, MCL_OR_WIN_VALUE(4, 0),\
|
||||
CFG_VALUE_OR_DEFAULT,\
|
||||
"Enable adaptive dwell mode without connection")
|
||||
/*
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur