Skip to content

Instantly share code, notes, and snippets.

@andrewn
Created January 4, 2015 22:12
Show Gist options
  • Save andrewn/dd499d18cf7b555b09b6 to your computer and use it in GitHub Desktop.
Save andrewn/dd499d18cf7b555b09b6 to your computer and use it in GitHub Desktop.
Pi wpa_supplicant
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOURSSID"
psk="YOURPASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment