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>
{{#if:{{#var:BUILD_YOCTO_IN_DOCKER_CONTAINER}}|
# /etc/hostapd.conf for 2.4 GHz (802.11b/g/n)
vari@474da3a440cf:/workdir$ source setup-environment {{#var:BUILD_FOLDER_ENV}}
# AP Net Interface
|
{{#ifeq: {{#var:NETWORK_MANAGER_IS_SYSTEMD}} | yes |
$ cd {{#var:BUILD_FOLDER}}
ctrl_interface=/var/run/hostapd
  $ source setup-environment {{#var:BUILD_FOLDER_ENV}}
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>

Revision as of 14:08, 21 October 2024