linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / networking / wicd / wpa2-ttls
blob650375cbbaae8ec8ebf454f3d6df166606533df5
1 name = WPA2-TTLS
2 author = various contributors
3 version = 1
4 require identity *Identity anonymous_identity *Anonymous_identity password *Password ca_cert *Path_to_CA_Cert
5 protected password *Password
6 -----
7 ctrl_interface=/run/wpa_supplicant
8 network={
9         ssid="$_ESSID"
10         scan_ssid=$_SCAN
11         proto=WPA2
12         key_mgmt=WPA-EAP
13         group=CCMP TKIP
14         eap=TTLS
15         identity="$_IDENTITY"
16         password="$_PASSWORD"
17         anonymous_identity="$_ANONYMOUS_IDENTITY"
18         ca_cert="$_CA_CERT"
19         phase2="auth=PAP"