Setup Guide hinzugefügt

This commit is contained in:
bedaka 2021-10-02 14:55:02 +02:00
parent 44da46ef27
commit e4bc911e49
2 changed files with 77 additions and 1 deletions

13
utils/wpa_supplicant.conf Normal file
View file

@ -0,0 +1,13 @@
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DE
network={
scan_ssid=1
ssid="<WIFI-name>"
psk="<mypassword>"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}