1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Adding peap-tkip template part 2

This commit is contained in:
imdano
2007-11-22 10:23:33 +00:00
parent 74fb9c330c
commit a8a212712c
2 changed files with 20 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ leap
ttls
eap
peap
peap-tkip

19
encryption/templates/peap-tkip Executable file
View File

@@ -0,0 +1,19 @@
name = PEAP with TKIP
author = Fralaltro
version = 1
require identity *Identity password *Password ca_cert *Path_to_CA_Cert
-----
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
proto=WPA
key_mgmt=WPA-EAP
pairwise=TKIP
group=TKIP
eap=PEAP
identity="$_IDENTITY"
password="$_PASSWORD"
ca_cert="$_CA_CERT"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}