add netctl profiles
authorAmin Bandali <me@aminb.org>
Sat, 25 Oct 2014 14:05:58 +0000 (10:05 -0400)
committerAmin Bandali <me@aminb.org>
Sat, 25 Oct 2014 14:05:58 +0000 (10:05 -0400)
other/netctl/gnex [new file with mode: 0644]
other/netctl/home [new file with mode: 0644]
other/netctl/uni [new file with mode: 0644]

diff --git a/other/netctl/gnex b/other/netctl/gnex
new file mode 100644 (file)
index 0000000..d6f9a48
--- /dev/null
@@ -0,0 +1,14 @@
+Description='A simple WPA encrypted wireless connection'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa
+
+IP=dhcp
+
+ESSID='dedacted'
+# Prepend hexadecimal keys with \"
+# If your key starts with ", write it as '""<key>"'
+# See also: the section on special quoting rules in netctl.profile(5)
+Key=dedacted
+# Uncomment this if your ssid is hidden
+#Hidden=yes
diff --git a/other/netctl/home b/other/netctl/home
new file mode 100644 (file)
index 0000000..d6f9a48
--- /dev/null
@@ -0,0 +1,14 @@
+Description='A simple WPA encrypted wireless connection'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa
+
+IP=dhcp
+
+ESSID='dedacted'
+# Prepend hexadecimal keys with \"
+# If your key starts with ", write it as '""<key>"'
+# See also: the section on special quoting rules in netctl.profile(5)
+Key=dedacted
+# Uncomment this if your ssid is hidden
+#Hidden=yes
diff --git a/other/netctl/uni b/other/netctl/uni
new file mode 100644 (file)
index 0000000..f1dbc6d
--- /dev/null
@@ -0,0 +1,15 @@
+Description='York University Wireless'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa-configsection
+IP=dhcp
+WPAConfigSection=(
+    'ssid="AirYorkPLUS"'
+    'ca_cert="/etc/ssl/certs/GlobalSign_Root_CA.pem"'
+    'key_mgmt=WPA-EAP'
+    'eap=PEAP'
+    'identity="dedacted"'
+    'password="dedacted"'
+    'priority=1'
+    'phase2="auth=MSCHAPV2"'
+)