Skip to content

Instantly share code, notes, and snippets.

@kscottz
Created March 24, 2014 14:57
Show Gist options
  • Save kscottz/9741748 to your computer and use it in GitHub Desktop.
Save kscottz/9741748 to your computer and use it in GitHub Desktop.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="HerpDerp"
psk="<PW HERE>"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
id_str="mobile"
}
network={
ssid="bitbox"
psk="<PW HERE>"
id_str="home"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
}
network={
ssid="MI7"
psk="<PW HERE>"
id_str="work"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment