Template:HOSTAPD BGN: Difference between revisions

From Variscite Wiki
(Created page with "<includeonly><pre># /etc/hostapd.conf for 2.4 GHz (802.11b/g/n) # AP Net Interface interface=uap0 # 2.4 GHz hw_mode=g # Enable 802.11n (Wi-Fi 4) standard ieee80211n=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_2G </pre></includeonly>")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><pre># /etc/hostapd.conf for 2.4 GHz (802.11b/g/n)
<includeonly><pre>
# /etc/hostapd.conf for 2.4 GHz (802.11b/g/n)
# AP Net Interface
# AP Net Interface
interface=uap0
interface=uap0
Line 9: Line 10:
ieee80211n=1
ieee80211n=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 18: Line 16:
# Our SSID
# Our SSID
ssid=Var_AP_2G
ssid=Var_AP_2G
# Automatically select the best channel
# 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