diff --git a/other/wlan-rrze/active b/other/wlan-rrze/active new file mode 100644 index 0000000..7d06567 --- /dev/null +++ b/other/wlan-rrze/active @@ -0,0 +1,16 @@ +wpa +wpa-peap +wpa-psk +wpa2-leap +wpa2-peap +wep-hex +wep-passphrase +wep-shared +leap +ttls +eap +peap +peap-tkip +eap-tls +psu +eudoram diff --git a/other/wlan-rrze/eudoram b/other/wlan-rrze/eudoram new file mode 100644 index 0000000..98f227b --- /dev/null +++ b/other/wlan-rrze/eudoram @@ -0,0 +1,20 @@ +name = eduroam +author = wlan-support@rrze.fau.de +version = 1 +require identity *Identity anonymous_identity *Anonymous_identity password *Password ca_cert *Path_to_CA_Cert +----- +ctrl_interface=/var/run/wpa_supplicant=/var/run/wpa_supplicant +network={ + ssid="$_ESSID" + scan_ssid=$_SCAN + key_mgmt=WPA-EAP + pairwise=CCMP TKIP + group=CCMP + eap=TTLS + identity="$_IDENTITY" + anonymous_identity="$_ANONYMOUS_IDENTITY" + password="$_PASSWORD" + ca_cert="$_CA_CERT" + phase1="peaplabel=0" + phase2="auth=PAP" +}