summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-02-16 11:37:30 +0100
committerJames Rayner <james@archlinux.org>2009-02-16 11:37:30 +0100
commit3b0fc87396c3782b9011b4d89c05cffd8c255d5d (patch)
tree5bac5045277361e0b481dbc14a43a2ae92903782 /examples
parent1e8e201f7698e07700f4b85d5a045a5d9b4b8188 (diff)
downloadnetctl-3b0fc87396c3782b9011b4d89c05cffd8c255d5d.tar.gz
netctl-3b0fc87396c3782b9011b4d89c05cffd8c255d5d.tar.xz
FS#13073 - add example of string based wep key to netcfg
Diffstat (limited to 'examples')
-rw-r--r--examples/wep-string-key.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/wep-string-key.example b/examples/wep-string-key.example
new file mode 100644
index 0000000..3118658
--- /dev/null
+++ b/examples/wep-string-key.example
@@ -0,0 +1,8 @@
+CONNECTION="wireless"
+DESCRIPTION="A simple WEP encrypted wireless connection"
+INTERFACE=wlan0
+SCAN="yes"
+SECURITY="wep"
+ESSID="MyNetwork"
+KEY="s:Some string key"
+IP="dhcp"