summaryrefslogtreecommitdiffstats
path: root/examples/wireless-wep-string-key
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-02-26 10:42:04 +0100
committerJames Rayner <james@archlinux.org>2009-02-26 10:42:04 +0100
commit9997a323581c7152e67830690d80d213d7c0d2e2 (patch)
tree80cf66634917464880ef78abd22a216b2d67f808 /examples/wireless-wep-string-key
parentc2838593ab2cc04cb702042066d912f1bcbcc201 (diff)
downloadnetctl-9997a323581c7152e67830690d80d213d7c0d2e2.tar.gz
netctl-9997a323581c7152e67830690d80d213d7c0d2e2.tar.xz
Update and re-arrange examples, update wireless quirk options, stop
using deprecated sys interface
Diffstat (limited to 'examples/wireless-wep-string-key')
-rw-r--r--examples/wireless-wep-string-key7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wireless-wep-string-key b/examples/wireless-wep-string-key
new file mode 100644
index 0000000..42c3210
--- /dev/null
+++ b/examples/wireless-wep-string-key
@@ -0,0 +1,7 @@
+CONNECTION="wireless"
+DESCRIPTION="A simple WEP encrypted wireless connection"
+INTERFACE="wlan0"
+SECURITY="wep"
+ESSID="MyNetwork"
+KEY="s:Wireless Key"
+IP="dhcp"