[PATCH V2 1/7] co-located: add a config option to indicate co locate
John Crispin
john at phrozen.org
Mon Sep 21 07:46:16 EDT 2020
A 6GHz BSS can be co-located with a 2/5GHz BSS. This option allows us to
indicate if this should be done.
This reverts commit 7b0f108019ef54319334923bf4c811a118350395.
Signed-off-by: John Crispin <john at phrozen.org>
---
hostapd/hostapd.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf
index 5fc4d5f86..280316c0c 100644
--- a/hostapd/hostapd.conf
+++ b/hostapd/hostapd.conf
@@ -571,6 +571,9 @@ wmm_ac_vo_acm=0
# Default: 1 (enabled)
#broadcast_deauth=1
+# Enable co-locate for a 6GHz radio
+#co_locate=0
+
##### IEEE 802.11n related configuration ######################################
# ieee80211n: Whether IEEE 802.11n (HT) is enabled
--
2.25.1
More information about the Hostap
mailing list