Created
November 17, 2012 17:58
-
-
Save pedrocarrico/4098248 to your computer and use it in GitHub Desktop.
Wpa supplicant configuration
This file contains hidden or 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 | |
ctrl_interface_group=0 | |
update_config=1 | |
network={ | |
ssid="YOUR SSID here" | |
scan_ssid=1 | |
mode=0 | |
proto=WPA2 | |
auth_alg=OPEN | |
pairwise=CCMP | |
group=CCMP | |
key_mgmt=WPA-PSK | |
psk="YOUR PASSWORD HERE" | |
id_str="YOUR COMPUTER ID HERE" | |
priority=1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment