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
此提交包含在:
Will Huang
2023-08-16 15:32:19 +05:30
提交者 Ravindra Konda
父節點 7e32bffd73
當前提交 a4715adff4
共有 6 個檔案被更改,包括 49 行新增0 行删除

查看文件

@@ -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