Template:HOSTAPD AC: Difference between revisions

From Variscite Wiki
No edit summary
(Undo revision 25539 by Nate (talk))
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​
# Automatically select the best channel​
{{LWB_CHANNEL_NOTE}}
# 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.
# Demo was run in the US​
#    - For LWB, we recommend using channel 1
country_code=US​
#    - For LWB5, we recommend using channel 36
channel=0​
# Our SSID​
 
ssid=Var_AP_Wifi5
# Demo was run in the US​
</includeonly>
country_code=US​
 
# Our SSID​
ssid=Var_AP_Wifi5
</pre></includeonly>

Revision as of 23:22, 12 March 2024