Skip to content

Instantly share code, notes, and snippets.

Created September 25, 2015 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6a6449d67e8a5d8d253e to your computer and use it in GitHub Desktop.
Save anonymous/6a6449d67e8a5d8d253e to your computer and use it in GitHub Desktop.
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicqnt/wpq_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
network={
ssid="my_network_id"
psk="password"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
id_str="Nickname"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment