Skip to content

Instantly share code, notes, and snippets.

@recyclerobot
Created March 7, 2014 15:39
Show Gist options
  • Save recyclerobot/9413733 to your computer and use it in GitHub Desktop.
Save recyclerobot/9413733 to your computer and use it in GitHub Desktop.
# /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="NYO_WWWP"
psk="topsecret"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment