Connection='wireless' Interface= # ex: wlp3s0 Security='wpa-configsection' Description="eduroam network" IP='dhcp' TimeoutWPA=30 WPAConfigSection=( 'ssid="eduroam"' 'proto=WPA2' 'key_mgmt=WPA-EAP' # EAP mechanisms # Common combinations are: # PEAP + auth=MSCHAPV2 # TTLS + auth=MSCHAPV2 # TTLS + autheap=MSCHAPV2 # TTLS + auth=PAP 'eap=TTLS' 'phase2="auth=PAP"' # Server identity 'ca_cert="/etc/ssl/certs/ca-certificates.crt"' 'domain_suffix_match="."' # Client identity 'anonymous_identity="anonymous@."' # ex: tu-dresden.de 'identity="@."' # ex: s4234381@tu-dresden.de 'password=""' )