Template:HOSTAPD BGN: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
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
hw_mode=g
 
# Enable 802.11n (Wi-Fi 4) standard
ieee80211n=1
wmm_enabled=1
 
# Automatically select the best channel
# Notes about the LWB/LWB5 modules:
#  - For AP+STA, the channel must match the STA channel
#  - The LWB/LWB5 does not support auto channel selection.
#    - For LWB, we recommend using channel 1
#    - For LWB5, we recommend using channel 36
channel=0
   
   
# 2.4 GHz
# Demo was run in the US
hw_mode=g
country_code=US
 
# Enable 802.11n (Wi-Fi 4) standard
# Our SSID
ieee80211n=1
ssid=Var_AP_2G
wmm_enabled=1
</pre></includeonly>
# Automatically select the best channel
{{LWB_CHANNEL_NOTE}}
channel=0
# Demo was run in the US
country_code=US
# Our SSID
ssid=Var_AP_2G
</includeonly>

Revision as of 23:24, 12 March 2024