Template:YOCTO ENV SETUP X SHORT FF: 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) | |||
# AP Net Interface | |||
{{#ifeq: {{#var:NETWORK_MANAGER_IS_SYSTEMD}} | yes | | |||
ctrl_interface=/var/run/hostapd | |||
ctrl_interface_group=0 | |||
}} | |||
</includeonly> | interface=uap0 | ||
# 2.4 GHz | |||
hw_mode=g | |||
# Enable 802.11n (Wi-Fi 4) standard | |||
ieee80211n=1 | |||
wmm_enabled=1 | |||
# Demo was run in the US | |||
country_code=US | |||
# Our SSID | |||
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> |