summaryrefslogtreecommitdiffstats
path: root/docs/examples/wireless-wep
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2015-01-12 16:07:22 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2015-01-13 01:08:33 +0100
commit1f727e70efefc7a22dd86932f9be35a8727cf114 (patch)
tree788793cd7ee0de61ea7c3d127a501d26dcfa6a9c /docs/examples/wireless-wep
parentcf675b4ab8e56267b56e2d8bc2a30f87f3502abb (diff)
downloadnetctl-1f727e70efefc7a22dd86932f9be35a8727cf114.tar.gz
netctl-1f727e70efefc7a22dd86932f9be35a8727cf114.tar.xz
Minor documentation fixes
Diffstat (limited to 'docs/examples/wireless-wep')
-rw-r--r--docs/examples/wireless-wep11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/examples/wireless-wep b/docs/examples/wireless-wep
index afbd3e3..fd92d01 100644
--- a/docs/examples/wireless-wep
+++ b/docs/examples/wireless-wep
@@ -1,12 +1,17 @@
Description='A simple WEP encrypted wireless connection'
Interface=wlan0
Connection=wireless
+
Security=wep
+IP=dhcp
+
ESSID='MyNetwork'
-# Prepend \" to hexadecimal keys
+# Prepend \" to hexadecimal keys, but not to string keys
Key=\"1234567890abcdef
-IP=dhcp
+#Key='WirelessKey'
# Uncomment this if your ssid is hidden
#Hidden=yes
-# Uncomment if you are using an ad-hoc connection
+# Uncomment this if you are using an ad-hoc connection
#AdHoc=yes
+# Set a priority for automatic profile selection
+#Priority=10