Last active
August 29, 2017 02:38
-
-
Save svicknesh/6301c17c8bf14d43309b561b8d7dde5d to your computer and use it in GitHub Desktop.
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=/var/run/wpa_supplicant | |
network={ | |
ssid="YOUR_NETWORK_NAME" | |
psk="YOUR_PASSWORD" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment