diff options
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 |
