Template:HOSTAPD BGN: Difference between revisions

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

Latest revision as of 23:29, 12 March 2024