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
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
ieee80211ac=1​
ieee80211ac=1​
wmm_enabled=1​
wmm_enabled=1​
# Automatically select the best channel​
channel=0​


# Demo was run in the US​
# Demo was run in the US​
Line 19: Line 16:
# Our SSID​
# Our SSID​
ssid=Var_AP_Wifi5
ssid=Var_AP_Wifi5
# Automatically select the best channel​
# Notes about the LWB/LWB5 modules:
#  - For AP+STA, the channel must match the STA channel
#  - The LWB5 does not support auto channel selection.
#    For LWB5, we recommend using channel 36.
channel=0​
</pre></includeonly>
</pre></includeonly>

Latest revision as of 23:29, 12 March 2024