Files
little-backup-box-Bram/wpa_supplicant.conf
Dmitri Popov d116876075 Improve the installer script 🐒
The installer script now installs the default wpa_supplication.conf configuration file.
2017-05-20 10:35:59 +02:00

12 lines
184 B
Plaintext

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="LittleBackupBox"
psk="3333333"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}