Skip to content

Instantly share code, notes, and snippets.

@pedrocarrico
Created November 17, 2012 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrocarrico/4098248 to your computer and use it in GitHub Desktop.
Save pedrocarrico/4098248 to your computer and use it in GitHub Desktop.
Wpa supplicant configuration
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