Skip to content

Instantly share code, notes, and snippets.

@thenrich
Created December 17, 2014 12:21
Show Gist options
  • Save thenrich/2b12d6452e03aa1b6d44 to your computer and use it in GitHub Desktop.
Save thenrich/2b12d6452e03aa1b6d44 to your computer and use it in GitHub Desktop.
wpa_supplicant for Raspian
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="[YOUR SSID HERE]"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="[YOUR WPA KEY HERE]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment