Created
May 16, 2019 10:45
-
-
Save notflip/ccece968d9cd81ebbb7c3ee0b713c9c5 to your computer and use it in GitHub Desktop.
WPA Supplicant Raspberry PI 3
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
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=BE | |
network={ | |
ssid="Ssid" | |
psk="Password" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment