summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"'