Skip to content

Instantly share code, notes, and snippets.

@copperlight
Created November 19, 2015 06:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save copperlight/5c9ba8a50fd1ed961a69 to your computer and use it in GitHub Desktop.
# for 2.4G networks; the edimax adapter does not support 5G
pi@raspberrypi ~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="$SSID"
psk="$PRE_SHARED_KEY"
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