nixpkgs/pkgs/tools/networking/wicd/wpa2-ttls
Ludovic Courtès 79819a5262 Wicd: Protect the password in the WPA2-TTLS template.
svn path=/nixpkgs/trunk/; revision=30867
2011-12-13 14:54:15 +00:00

21 lines
552 B
Plaintext

name = WPA2-TTLS
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"
}