final
This commit is contained in:
9
wpa_supplicant_template.conf
Normal file
9
wpa_supplicant_template.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
country=US
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
|
||||
network={
|
||||
ssid="YOUR_WIFI_NETWORK_NAME"
|
||||
psk="YOUR_WIFI_PASSWORD"
|
||||
key_mgmt=WPA-PSK
|
||||
}
|
||||
Reference in New Issue
Block a user