Created
June 9, 2018 14:49
-
-
Save DirtyOptics/3aea29d572da9799c3b3da312993eb90 to your computer and use it in GitHub Desktop.
wpa_supplicant.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
country=AU | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="YOUR_WIFI_SSID" | |
scan_ssid=1 | |
psk="YOUR_WIFI_PASSWORD" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment