summaryrefslogtreecommitdiffstats
path: root/docs/examples/wireless-wpa-configsection
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/wireless-wpa-configsection')
-rw-r--r--docs/examples/wireless-wpa-configsection17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/examples/wireless-wpa-configsection b/docs/examples/wireless-wpa-configsection
new file mode 100644
index 0000000..d6cc8ad
--- /dev/null
+++ b/docs/examples/wireless-wpa-configsection
@@ -0,0 +1,17 @@
+CONNECTION='wireless'
+INTERFACE=wlan0
+SECURITY='wpa-configsection'
+# Uncomment this if your ssid is hidden
+#HIDDEN=yes
+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"'