Template:HOSTAPD AX: Difference between revisions
From Variscite Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><pre> | ||
# /etc/hostapd.conf for Wi-Fi 6 (802.11ax) | |||
# AP Net Interface | |||
interface=uap0 | |||
# 5 GHz | |||
hw_mode=a | |||
| | ||
# Enable 802.11ax (Wi-Fi 6) standard | |||
ieee80211ax=1 | |||
wmm_enabled=1 | |||
# Automatically select the best channel | |||
# Notes about the LWB/LWB5 modules: | |||
channel=0 | # - For AP+STA, the channel must match the STA channel | ||
# - The LWB/LWB5 does not support auto channel selection. | |||
# - For LWB, we recommend using channel 1 | |||
# - For LWB5, we recommend using channel 36</includeonly> | |||
channel=0 | |||
# Demo was run in the US | |||
</includeonly> | country_code=US | ||
# Our SSID | |||
ssid=Var_AP_Wifi6 | |||
</pre></includeonly> |
Revision as of 23:21, 12 March 2024
channel=0
- Demo was run in the US
country_code=US
- Our SSID
ssid=Var_AP_Wifi6
</includeonly>