Skip to content

Instantly share code, notes, and snippets.

@gustavohenrique
Created October 12, 2013 03:13
Show Gist options
  • Save gustavohenrique/6945352 to your computer and use it in GitHub Desktop.
Save gustavohenrique/6945352 to your computer and use it in GitHub Desktop.
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