summaryrefslogtreecommitdiffstats
path: root/examples/wep.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wep.example')
-rw-r--r--examples/wep.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/wep.example b/examples/wep.example
new file mode 100644
index 0000000..4dad0e1
--- /dev/null
+++ b/examples/wep.example
@@ -0,0 +1,8 @@
+CONNECTION="wireless"
+DESCRIPTION="A simple WEP encrypted wireless connection"
+INTERFACE=wlan0
+SCAN="yes"
+SECURITY="wep"
+ESSID="MyNetwork"
+KEY="1234567890"
+IP="dhcp"