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:
<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
# 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
  1. Notes about the LWB/LWB5 modules:
  2. - For AP+STA, the channel must match the STA channel
  3. - The LWB/LWB5 does not support auto channel selection.
  4. - For LWB, we recommend using channel 1
  5. - 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>