Skip to content

Instantly share code, notes, and snippets.

@joeytroy
Created February 1, 2015 16:42
Show Gist options
  • Save joeytroy/e0a0b4a0615af25551fb to your computer and use it in GitHub Desktop.
Save joeytroy/e0a0b4a0615af25551fb 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="NAME"
psk="PASSWORD"
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