qcacld-3.0: Optimize GC connection speed by skipping JOIN
Currently STA/GC connection will have JOIN which actively probe AP/GO in this state to get latest bss entry, but before connection scan already trigger and bss entry updated in scan db so can skip JOIN in some scenario. There is requirement to optimize GC connection speed, and to skip JOIN state is one of the subtask to achieve it. Add a build option to skip JOIN for GC connection. Change-Id: I1f8beaa41ea398601a17fa80997029b8ac8849ae CRs-Fixed: 3598283
此提交包含在:
4
Kconfig
4
Kconfig
@@ -1341,6 +1341,10 @@ config WLAN_FEATURE_SAP_ACS_OPTIMIZE
|
||||
bool "Enable WLAN_FEATURE_SAP_ACS_OPTIMIZE"
|
||||
default n
|
||||
|
||||
config FEATURE_WLAN_GC_SKIP_JOIN
|
||||
bool "enable CONFIG_FEATURE_WLAN_GC_SKIP_JOIN"
|
||||
default n
|
||||
|
||||
config WLAN_FEATURE_SARV1_TO_SARV2
|
||||
bool "Enable conversion of SAR v1 to v2 feature"
|
||||
default n
|
||||
|
新增問題並參考
封鎖使用者