mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
Adding peap-tkip template part 2
This commit is contained in:
@@ -4,3 +4,4 @@ leap
|
|||||||
ttls
|
ttls
|
||||||
eap
|
eap
|
||||||
peap
|
peap
|
||||||
|
peap-tkip
|
||||||
|
|||||||
19
encryption/templates/peap-tkip
Executable file
19
encryption/templates/peap-tkip
Executable 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user