From: Jouni Malinen Date: Thu, 25 Apr 2019 21:12:53 +0000 (+0300) Subject: HE: Fix he_bss_color documentation X-Git-Tag: hostap_2_9~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1664c8e4f00e0fe47d6fd26c1b67ee3bb1eb5b1;p=thirdparty%2Fhostap.git 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 --- 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