Template:HOSTAPD AC: Difference between revisions

From Variscite Wiki
(Created page with "<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​ channel=0​ # Demo was run in the US​ country_code=US​ # Our SSID​ ssid=Var_AP_Wifi5 </pre></includeonly>")
 
No edit summary
Line 1: Line 1:
<includeonly><pre>
<includeonly>
# /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​
channel=0​
{{LWB_CHANNEL_NOTE}}
 
channel=0​
# Demo was run in the US​
country_code=US​
# Demo was run in the US​
 
country_code=US​
# Our SSID​
ssid=Var_AP_Wifi5
# Our SSID​
</pre></includeonly>
ssid=Var_AP_Wifi5
</includeonly>

Revision as of 23:18, 12 March 2024