From b1664c8e4f00e0fe47d6fd26c1b67ee3bb1eb5b1 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 26 Apr 2019 00:12:53 +0300 Subject: [PATCH] HE: Fix he_bss_color documentation This field needs to be set to a value within 1-63 range, i.e., 0 is not a valid value and does not indicate that BSS color is disabled. B7 of the BSS Color octet is used to indicate that the BSS Color is _temporarily_ disabled, but that is something that would happen automatically based on detecting a collision in the used BSS colors and not something that would be configured. Signed-off-by: Jouni Malinen --- hostapd/hostapd.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 2087b5233..6dd4d0788 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -782,10 +782,8 @@ wmm_ac_vo_acm=0 # 1 = supported #he_mu_beamformer=1 -# he_bss_color: BSS color -# 0 = no BSS color (default) -# unsigned integer = BSS color -#he_bss_color=0 +# he_bss_color: BSS color (1-63) +#he_bss_color=1 #he_default_pe_duration: The duration of PE field in an HE PPDU in us # Possible values are 0 us (default), 4 us, 8 us, 12 us, and 16 us