Add a template for WPA2-TTLS, which is notably used by Eduroam. --- a/encryption/templates/active +++ b/encryption/templates/active @@ -4,6 +4,7 @@ wpa-psk wpa-psk-hex wpa2-leap wpa2-peap +wpa2-ttls wep-hex wep-passphrase wep-shared diff --git a/encryption/templates/wpa2-ttls b/encryption/templates/wpa2-ttls new file mode 100644 index 0000000..4f66a1e --- /dev/null +++ b/encryption/templates/wpa2-ttls @@ -0,0 +1,20 @@ +name = WPA2-TTLS (used notably by Eduroam) +author = various contributors +version = 1 +require identity *Identity anonymous_identity *Anonymous_identity password *Password ca_cert *Path_to_CA_Cert +protected password *Password +----- +ctrl_interface=/var/run/wpa_supplicant +network={ + ssid="$_ESSID" + scan_ssid=$_SCAN + proto=WPA2 + key_mgmt=WPA-EAP + group=CCMP TKIP + eap=TTLS + identity="$_IDENTITY" + password="$_PASSWORD" + anonymous_identity="$_ANONYMOUS_IDENTITY" + ca_cert="$_CA_CERT" + phase2="auth=PAP" +} s'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wget.scm
AgeCommit message (Expand)Author
2018-05-08Merge branch 'master' into core-updatesMark H Weaver
2018-05-06gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494]....Marius Bakke
2018-03-20Merge branch 'master' into core-updatesMark H Weaver
2018-03-17gnu: Fix common unquote typos....Tobias Geerinckx-Rice
2018-03-11build-system/gnu: Add 'bootstrap' phase....Ludovic Courtès
2018-01-23gnu: wget: Update to 1.19.4....Ludovic Courtès
2017-11-20gnu: wget2: Switch to official URL....Rutger Helling
2017-11-16gnu: wget: Add wget2....Rutger Helling
2017-10-26gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090]....Marius Bakke