From 6fb600f3c27339b4c1701975b0b0612aecc8d02f Mon Sep 17 00:00:00 2001 From: Alain Lamar Date: Thu, 27 Jun 2024 20:38:49 +0200 Subject: wireless: T6320: add 802.11ax at 6GHz Authored-By: Alain Lamar (cherry picked from commit d5e988ba2d0fa0189feff22374c9b46eb49e2e79) --- interface-definitions/interfaces_wireless.xml.in | 206 ++++++++++++++++++++--- 1 file changed, 183 insertions(+), 23 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces_wireless.xml.in b/interface-definitions/interfaces_wireless.xml.in index 458f7ebb3..d69daa485 100644 --- a/interface-definitions/interfaces_wireless.xml.in +++ b/interface-definitions/interfaces_wireless.xml.in @@ -27,7 +27,7 @@ - HT (High Throughput) settings + High Throughput (HT) settings @@ -38,7 +38,7 @@ - Enable WMM-PS unscheduled automatic power aave delivery [U-APSD] + Enable WMM-PS unscheduled automatic power save delivery [U-APSD] @@ -184,25 +184,13 @@ - Require stations to support HT PHY (reject association if they do not) - - - - - - - - - Require stations to support VHT PHY (reject association if they do not) - - - + Require stations to support HT PHY - VHT (Very High Throughput) settings + Very High Throughput (VHT) settings @@ -225,7 +213,7 @@ - Beamforming capabilities + VHT beamforming capabilities single-user-beamformer single-user-beamformee multi-user-beamformer multi-user-beamformee @@ -274,7 +262,7 @@ VHT operating channel center frequency - center freq 2 (for use with the 80+80 mode) u32:34-173 - 5Ghz (802.11 a/h/j/n/ac) center channel index (use 58 for primary 80MHz channel 52) + 5Ghz (802.11 ac) center channel index (use 58 for secondary 80MHz channel 52) @@ -428,6 +416,133 @@ + + + Require stations to support VHT PHY + + + + + + High Efficiency (HE) settings + + + + + HE operating channel width + + + 131 132 133 134 135 + + + 131 + 20 MHz channel width + + + 132 + 40 MHz channel width + + + 133 + 80 MHz channel width + + + 134 + 160 MHz channel width + + + 135 + 80+80 MHz channel width + + + (131|132|133|134|135) + + + + + + HE operating channel center frequency + + + + + HE operating channel center frequency - center freq 1 (for use with 80, 80+80 and 160 modes) + + u32:1-233 + 6Ghz (802.11 ax) center channel index (use 3 (at 40MHz), 7 (at 80MHz) or 15 (at 160MHz) for primary channel 1) + + + + + Channel center value must be between 1 and 233 + + + + + HE operating channel center frequency - center freq 2 (for use with the 80+80 mode) + + u32:1-233 + 6Ghz (802.11 ax) center channel index (use 23 (at 80MHz) for secondary channel 17) + + + + + Channel center value must be between 1 and 233 + + + + + + + Tell the AP that antenna positions are fixed and will not change during the lifetime of an association + + + + + + HE beamforming capabilities + + + + + Support for operation as single user beamformer + + + + + + Support for operation as single user beamformee + + + + + + Support for operation as multi user beamformer + + + + + + + + BSS coloring helps to prevent channel jamming when multiple APs use the same channels + + + + + + + + + + Require stations to support HE PHY + + + @@ -445,8 +560,12 @@ u32:34-173 5Ghz (802.11 a/h/j/n/ac) Channel + + u32:1-233 + 6Ghz (802.11 ax) Channel + - + 0 @@ -512,6 +631,12 @@ Number of stations must be between 1 and 2007 + + + Stationary AP config indicates that the AP doesn't move. + + + Management Frame Protection (MFP) according to IEEE 802.11w @@ -528,7 +653,7 @@ required - MFP enforced + MFP enforced (mandatory for WPA3) (disabled|optional|required) @@ -536,11 +661,18 @@ disabled + + + Beacon Protection: management frame protection for Beacon frames, requires Management Frame Protection (MFP) + + + disabled + Wireless radio mode - a b g n ac + a b g n ac ax a @@ -562,12 +694,24 @@ ac 802.11ac - 1300 Mbits/sec + + ax + 802.11ax (6GHz only for now) + - (a|b|g|n|ac) + (a|b|g|n|ac|ax) g + #include @@ -731,9 +875,21 @@ (GCMP-256|GCMP|CCMP-256|CCMP|TKIP) Invalid group cipher selection - + + + Group management cipher suite. All the stations connecting to the BSS will also need to support the selected cipher + + AES-128-CMAC BIP-CMAC-256 BIP-GMAC-128 BIP-GMAC-256 + + + (AES-128-CMAC|BIP-CMAC-256|BIP-GMAC-128|BIP-GMAC-256) + + Invalid group management cipher selection + + AES-128-CMAC + WPA mode @@ -752,6 +908,10 @@ wpa+wpa2 Allow both WPA and WPA2 + + wpa3 + WPA3 (required for 802.11ax, you must also set mgmt-frame-protection as required) + (wpa|wpa2|wpa\+wpa2|wpa3) -- cgit v1.2.3