You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`country-code`: Two-letter ISO 3166-1 code - determines allowed channels and maximum power. Examples: US, DE, GB, SE, FR, JP. **Must match your physical location for legal compliance.**
87
-
-`band`: 2.4GHz, 5GHz, or 6GHz (required for AP mode). Band selection automatically enables appropriate WiFi standards (2.4GHz: 802.11n, 5GHz: 802.11n/ac, 6GHz: 802.11n/ac/ax)
87
+
-`band`: 2.4GHz, 5GHz, or 6GHz (required for AP mode). Automatically enables appropriate WiFi standards (2.4GHz: 802.11n/ax, 5GHz: 802.11n/ac/ax, 6GHz: 802.11ax)
88
88
-`channel`: Channel number (1-196) or "auto" (required for AP mode). When set to "auto", defaults to channel 6 for 2.4GHz, channel 36 for 5GHz, or channel 109 for 6GHz
89
-
-`enable-80211ax`: Boolean (default: false). Opt-in to enable 802.11ax (WiFi 6) on 2.4GHz and 5GHz bands. The 6GHz band always uses 802.11ax regardless of this setting
90
89
91
90
> [!NOTE]
92
91
> TX power and channel width are automatically determined by the driver based on regulatory constraints, PHY mode, and hardware capabilities.
93
92
94
93
### WiFi 6 (802.11ax) Support
95
94
96
-
WiFi 6 (802.11ax) provides improved performance in congested environments through
97
-
features like OFDMA, Target Wake Time, and BSS Coloring. By default, WiFi 6 is
98
-
only enabled on the 6GHz band (WiFi 6E requirement).
95
+
WiFi 6 (802.11ax) is always enabled in AP mode on all bands, providing improved
96
+
performance through features like OFDMA, BSS Coloring, and beamforming.
0 commit comments