Template:HOSTAPD BGN: 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 2.4 GHz (802.11b/g/n)
# /etc/hostapd.conf for 2.4 GHz (802.11b/g/n)
# AP Net Interface
# AP Net Interface
interface=uap0
interface=uap0
 
# 2.4 GHz
# 2.4 GHz
hw_mode=g
hw_mode=g
 
# Enable 802.11n (Wi-Fi 4) standard
# Enable 802.11n (Wi-Fi 4) standard
ieee80211n=1
ieee80211n=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_2G
country_code=US
 
# Automatically select the best channel
# Our SSID
# Notes about the LWB/LWB5 modules:
ssid=Var_AP_2G
#  - For AP+STA, the channel must match the STA channel
</includeonly>
#  - The LWB does not support auto channel selection.
#    We recommend using channel 1
channel=0
</pre></includeonly>

Latest revision as of 23:29, 12 March 2024