Template:HOSTAPD AC: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><pre> | ||
# /etc/hostapd.conf for Wi-Fi 5 (802.11ac) | |||
# AP Net Interface | |||
interface=uap0 | |||
# 5 GHz | |||
hw_mode=a | |||
| | ||
# Enable 802.11ac (Wi-Fi 5) standard | |||
ieee80211ac=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 | |||
channel=0 | |||
# Demo was run in the US | |||
</includeonly> | country_code=US | ||
# Our SSID | |||
ssid=Var_AP_Wifi5 | |||
</pre></includeonly> |