Template:HOSTAPD AC: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly><pre>
# /etc/hostapd.conf for Wi-Fi 5 (802.11ac)​
# /etc/hostapd.conf for Wi-Fi 5 (802.11ac)​
# AP Net Interface​
# AP Net Interface​
interface=uap0​
interface=uap0​
 
# 5 GHz​
# 5 GHz​
hw_mode=a​
hw_mode=a​
​  
# Enable 802.11ac (Wi-Fi 5) standard​
# Enable 802.11ac (Wi-Fi 5) standard​
ieee80211ac=1​
ieee80211ac=1​
wmm_enabled=1​
wmm_enabled=1​
 
# Automatically select the best channel​
# Demo was run in the US​
{{LWB_CHANNEL_NOTE}}
country_code=US​
channel=0​
 
# Our SSID​
# Demo was run in the US​
ssid=Var_AP_Wifi5
country_code=US​
 
# Automatically select the best channel​
# Our SSID​
# Notes about the LWB/LWB5 modules:
ssid=Var_AP_Wifi5
#  - For AP+STA, the channel must match the STA channel
</includeonly>
#  - The LWB5 does not support auto channel selection.
#    For LWB5, we recommend using channel 36.
channel=0​
</pre></includeonly>

Latest revision as of 23:29, 12 March 2024