-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
Hi, Nick. I noticed that your WiFi6 hostapd config file--specifically the 802.11ac and 802.11ax sections--has guidence for which sections to enable/uncomment for 2.4 GHz but no mention of 5 GHz. Did you mean 5 GHz in one or more places where you wrote 2.4 GHz?
This is the section I'm talking about:
# IEEE 802.11ac (WiFi 5) configuration
# When using band 1 (2.4 GHZ) comment out the below line
ieee80211ac=1
# Channel width (0 = 40 MHz, 1 = 80 MHz, 2 = 160)
# When using band 1 (2.4 GHZ) comment out the below line
vht_oper_chwidth=1
# VHT center channel (for 80 MHz chan + 6) (for 160 MHz chan + 14)
# When using band 1 (2.4 GHZ) comment out the below line
vht_oper_centr_freq_seg0_idx=42
#
# Activate only one vht_capab line below
# mt7921au (VHT capabilities 0x339071b2)
# When using band 1 (2.4 GHZ) comment out the below line
vht_capab=[MAX-MPDU-11454][RXLDPC][SHORT-GI-80][TX-STBC-2BY1][SU-BEAMFORMEE][MU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][RX-STBC-1][BF-ANTENNA-4][MAX-A-MPDU-LEN-EXP7]
# mt7922 (VHT capabilities 0x339071f6)
# When using band 1 (2.4 GHZ) comment out the below line
#vht_capab=[MAX-MPDU-11454][VHT160][RXLDPC][SHORT-GI-80][SHORT-GI-160][TX-STBC-2BY1][SU-BEAMFORMEE][MU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][RX-STBC-1][BF-ANTENNA-4][MAX-A-MPDU-LEN-EXP7]
#
# IEEE 802.11ax (WiFi 6) configuration
ieee80211ax=1
# Channel width (0 = 40 MHz. 1 = 80 Mhz)
# For WiFi 6 on band 1 (2.4 GHz) comment out the below line
he_oper_chwidth=1
# HE center channel (chan + 2 for 40 MHz) (chan + 6 for 80 MHz)
# For WiFi 6 on band 1 (2.4 GHz) comment out the below line
he_oper_centr_freq_seg0_idx=42
Metadata
Metadata
Assignees
Labels
No labels