mirror of
https://github.com/gryf/wicd.git
synced 2025-12-28 09:22:36 +01:00
Fix up paths, take adventage of data path
This commit is contained in:
22
data/encryption/peap-tkip
Normal file
22
data/encryption/peap-tkip
Normal file
@@ -0,0 +1,22 @@
|
||||
name = WPA1-PEAP with TKIP/MSCHAPV2
|
||||
author = Fralaltro
|
||||
version = 1
|
||||
require identity *Identity password *Password
|
||||
optional ca_cert *Path_to_CA_Cert
|
||||
protected password *Password
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
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