aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPurushottam Kushwaha <quic_pkushwah@quicinc.com>2021-05-26 16:49:07 +0530
committerSunil Ravi <sunilravi@google.com>2021-05-31 22:12:21 -0700
commit33dcaa5b0d43a759945e68e3f4dc30ce0753da9a (patch)
tree0b7bcff89e279d5b0b39f3668d96dbe6d8a26e0b
parentcdee209b47170ea1d439be62c81f355e86b7f637 (diff)
downloadwpa_supplicant_8-33dcaa5b0d43a759945e68e3f4dc30ce0753da9a.tar.gz
HIDL: set he_oper_chwidth=1 to allow 80Mhz bandwidth.
For targets where CONFIG_IEEE80211AX is enabled, 80/160/80+80 bandwidth is decided based on he_oper_chwidth. This commit is to enable 80MHz by default. Bug: 189297518 Test: Manual - Turn on Hotspot and check BW settings in logs Change-Id: If76030681e71014f9df073e9c28ec43a6d6a75b2 Signed-off-by: Purushottam Kushwaha <quic_pkushwah@quicinc.com>
-rw-r--r--hostapd/hidl/1.3/hostapd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/hidl/1.3/hostapd.cpp b/hostapd/hidl/1.3/hostapd.cpp
index 3b2e4c91..6add761e 100644
--- a/hostapd/hidl/1.3/hostapd.cpp
+++ b/hostapd/hidl/1.3/hostapd.cpp
@@ -464,6 +464,7 @@ std::string CreateHostapdConfig(
if (iface_params.V1_2.hwModeParams.enable80211AX && !is_60Ghz_used) {
he_params_as_string = StringPrintf(
"ieee80211ax=1\n"
+ "he_oper_chwidth=1\n"
"he_su_beamformer=%d\n"
"he_su_beamformee=%d\n"
"he_mu_beamformer=%d\n"