Created
August 6, 2015 13:49
-
-
Save timothylhuillier/2b6a9c58754a3af76fdb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#auto wlan0 | |
iface wlan0 inet dhcp | |
# For WPA | |
wpa-ssid SSID | |
wpa-psk PASSWORD | |
# For WEP | |
#wireless-essid Emutex | |
#wireless-mode Managed | |
#wireless-key s:password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment