-
Notifications
You must be signed in to change notification settings - Fork 47
wpa_supplicant.conf
The file lives at /data/etc/wpa_supplicant.conf
. It can be provisioned using /boot/wpa_supplicant.conf
and uses /etc/wpa_supplicant.conf
as a default. The file is not present by default and should be created by the user, if a WiFi connection is needed.
Similarly, a secondary Wi-Fi interface (indicated by OS_WLAN1
) can be configured using /data/etc/wpa_supplicant1.conf
, /boot/wpa_supplicant1.conf
and /etc/wpa_supplicant1.conf
, respectively.
The file is used as configuration for the wpa_supplicant
daemon. Following is a common example of a wpa_supplicant.conf
file that will connect to the network named mynet
with network key mykey1234
:
update_config=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="mynet"
psk="mynet1234"
}
When using the writeimage.sh
, one could pass the -n ssid:psk
option to the script to easily create an initial wireless configuration file on the boot partition.
- bluetooth.conf
- captive-portal.conf
- cpufreq.conf
- date.conf
- dnsmasq.conf
- docker-compose.yml
- dtoverlays
- dyndns-update.sh
- environment
- firewall.sh
- fstab.user
- hostapd.conf
- ifalias.conf
- localtime
- modprobe.conf
- modules
- mongodb.conf
- netwatch.conf
- ntp.conf
- os.conf
- proftpd.conf
- redis.conf
- smb.conf
- ssh/config
- ssh/sshd_config
- ssl/domain
- ssl/email
- static_ip.conf
- sysctl.conf
- toemmc.conf
- version
- watchdog.conf
- wpa_supplicant.conf