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 |
||
Line 1: | Line 1: | ||
# /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 | # Automatically select the best channel | ||
channel=0 | {{LWB_CHANNEL_NOTE}} | ||
channel=0 | |||
# Demo was run in the US | |||
country_code=US | # Demo was run in the US | ||
country_code=US | |||
# Our SSID | |||
ssid=Var_AP_2G | # Our SSID | ||
ssid=Var_AP_2G | |||
</pre></includeonly> | </pre></includeonly> |
Revision as of 23:17, 12 March 2024
# /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
- 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 # Demo was run in the US country_code=US # Our SSID ssid=Var_AP_2G
</includeonly>