summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2010-01-31 00:54:14 +0100
committerJames Rayner <james@archlinux.org>2010-01-31 00:54:14 +0100
commit3605f7aa8f054e5f51f9f5421d9bcf46aae44854 (patch)
treef1232ea68e5e951a428f872f00fcec2eda131f16 /examples
parent66affb2ba63041ef6d2efa63d75cc8f0822af360 (diff)
downloadnetctl-3605f7aa8f054e5f51f9f5421d9bcf46aae44854.tar.gz
netctl-3605f7aa8f054e5f51f9f5421d9bcf46aae44854.tar.xz
Add missing wireless, wpa-configsection example
Diffstat (limited to 'examples')
-rw-r--r--examples/wireless-wpa-configsection16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/wireless-wpa-configsection b/examples/wireless-wpa-configsection
new file mode 100644
index 0000000..f4e046b
--- /dev/null
+++ b/examples/wireless-wpa-configsection
@@ -0,0 +1,16 @@
+CONNECTION="wireless"
+INTERFACE=wlan0
+SECURITY="wpa-configsection"
+ESSID="University"
+IP="dhcp"
+CONFIGSECTION='
+ ssid="University"
+ key_mgmt=WPA-EAP
+ eap=TTLS
+ group=TKIP
+ pairwise=TKIP CCMP
+ anonymous_identity="anonymous"
+ identity="myusername"
+ password="mypassword"
+ priority=1
+ phase2="auth=PAP"'