summaryrefslogtreecommitdiff
path: root/WCNSS_qcom_cfg.ini
diff options
context:
space:
mode:
authorSunil Ravi <sunilravi@google.com>2020-03-04 14:06:19 -0800
committerSunil Ravi <sunilravi@google.com>2020-03-04 14:06:19 -0800
commite8ee08d636883173d233f10eb8ad8c74ed88fe0e (patch)
treef1e192123bcdc143d3993f801ee63fd2bbe711a2 /WCNSS_qcom_cfg.ini
parentf38fdc64e02d229f3028b00bb6717fe588c63e47 (diff)
downloadbonito-e8ee08d636883173d233f10eb8ad8c74ed88fe0e.tar.gz
Disable 802.11ai FILS support.
802.11ai FILS feature is not fully supported. So disable the feature flag. Also removed some of the repeated configuration items. Bug: 150736516 Test: Manual - Basic wifi sanity test. Change-Id: I3b2d7d8ef266fc52e34913cc0d48d35509592ef1
Diffstat (limited to 'WCNSS_qcom_cfg.ini')
-rw-r--r--WCNSS_qcom_cfg.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index c4335484..3618370c 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -690,10 +690,6 @@ oce_enable_rssi_assoc_reject=0
# Enable/Disable rtt sta mac randomization
enable_rtt_mac_randomization=1
-oce_sta_enable=0
-oce_sap_enable=0
-oce_enable_rssi_assoc_reject=0
-
#Enable/Disable Secondary Retry Rate feature subset
gEnableSecondaryRate=0x17
@@ -704,6 +700,9 @@ gInterfaceChangeWait=1000
#Timer value is in seconds
gAutoBmpsTimerValue=90
+#Enable/Disable 802.11ai FILS support
+g_is_fils_enabled=0
+
END
# Note: Configuration parser would not read anything past the END marker