diff options
Diffstat (limited to 'other/netctl')
-rw-r--r-- | other/netctl/gnex | 14 | ||||
-rw-r--r-- | other/netctl/home | 14 | ||||
-rw-r--r-- | other/netctl/uni | 15 |
3 files changed, 0 insertions, 43 deletions
diff --git a/other/netctl/gnex b/other/netctl/gnex deleted file mode 100644 index d6f9a48..0000000 --- a/other/netctl/gnex +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d6f9a48..0000000 --- a/other/netctl/home +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index f1dbc6d..0000000 --- a/other/netctl/uni +++ /dev/null @@ -1,15 +0,0 @@ -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"' -) |