diff options
| author | Arif Hussain <arifhussain@codeaurora.org> | 2014-06-17 15:23:23 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-05-09 13:08:30 -0700 |
| commit | 62cd79d473cda37895c02c7a003bcf7c5ea03603 (patch) | |
| tree | 0d6511244ef16e4c9c1fe7042dc249c1166e6dcf /hostapd/hostapd.conf | |
| parent | 425ea41b56ad11cee78cf79ef3971583f95d63cc (diff) | |
| download | android_external_wpa_supplicant_8-62cd79d473cda37895c02c7a003bcf7c5ea03603.tar.gz android_external_wpa_supplicant_8-62cd79d473cda37895c02c7a003bcf7c5ea03603.tar.bz2 android_external_wpa_supplicant_8-62cd79d473cda37895c02c7a003bcf7c5ea03603.zip | |
hostap: Provide option to disable HT20/40 COEX
Added support to disable ht2040 coex, New parameter
"ht2040_coex_disable" is added in hostapd.conf file
for disabling ht2040 coex. By default, HT2040 coex
is enabled, if user wants to disable, ht2040_coex_disable
can be set to 1.
Eg. ht2040_coex_disable=1 /* disable ht2040 coex */
ht2040_coex_disable=0 /* default,enable ht2040 coex */
Change-Id: Id460ff592648f2afb4ffec373badb7f6004b67f3
CRs-fixed: 681619
Diffstat (limited to 'hostapd/hostapd.conf')
| -rw-r--r-- | hostapd/hostapd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 6a4964e6..c9c4d7e3 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -517,6 +517,14 @@ wmm_ac_vo_acm=0 # no co-existence issues with neighboring devices are found. #obss_interval=0 +# ht2040_coex_disable: Whether to disable HT20/40 CoEx or not. If this +# entry is removed, it is same as the value set to 0, i.e., HT20/40 +# CoEx is enabled. +# 0 = enable (default) +# 1 = disable +# Note: HT20/40 CoEx is mandatory for any device supporting HT in the standard. +#ht2040_coex_disable=0 + ##### IEEE 802.11ac related configuration ##################################### # ieee80211ac: Whether IEEE 802.11ac (VHT) is enabled |
