diff options
| author | Sunil Ravi <sunilravi@google.com> | 2021-02-08 16:55:27 -0800 |
|---|---|---|
| committer | Hsiu-Chang Chen <hsiuchangchen@google.com> | 2021-02-24 06:00:09 +0000 |
| commit | b831d07aa53a9af8a43cefc1e7fb0b349a3a4af0 (patch) | |
| tree | cbb8d856e8e081e630866ba857fc5d14666619e7 /WCNSS_qcom_cfg.ini | |
| parent | fd0c59fdae3e12b7e09b5b3911987611ed997f6b (diff) | |
Wifi: Enable BTM offload feature
1. Added btm_offload in wpa_supplicant_overlay.conf file to let
firmware handle the roaming logic and provide the BTM frame contents
to framework.
2. Enable BTM offload feature required parameters in driver
through WCNSS_qcom_cfg.ini.
Bug: 169528463
Test: Manual - Triggered BTM frame and verified the contents from wifi
dumpsys.
Change-Id: I478e48635a77a41a0f4e3acea028964be91da24b
Diffstat (limited to 'WCNSS_qcom_cfg.ini')
| -rw-r--r-- | WCNSS_qcom_cfg.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index b58b105c..755a839e 100644 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -387,7 +387,10 @@ channel_select_logic_conc=0 # 010, 011, 100, 101, 110, 111 reserved # BIT 6: Set this to 1 will send BTM query frame and 0 not sent. # BIT 7-31: Reserved -btm_offload_config=0 +btm_offload_config=1473 +btm_disassoc_timer_threshold=10000 +minimum_btm_candidate_score=0 +roam_candidate_validity_timer=0 #Timer waiting for interface up from the upper layer gInterfaceChangeWait=2000 |
