Created
October 12, 2013 03:13
-
-
Save gustavohenrique/6945352 to your computer and use it in GitHub Desktop.
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 | |
eapol_version=1 | |
ap_scan=1 | |
fast_reauth=1 | |
network={ | |
# Set scan_ssid=1 if the access point is hidden. | |
scan_ssid=0 | |
proto=WPA RSN | |
key_mgmt=WPA-PSK | |
pairwise=CCMP TKIP | |
group=CCMP TKIP WEP104 WEP40 | |
ssid="Your_SSID" | |
psk=Your_PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment