mirror of
https://github.com/gryf/wicd.git
synced 2026-02-17 23:45:45 +01:00
trying to fix
This commit is contained in:
18
encryption/templates/eap
Normal file
18
encryption/templates/eap
Normal file
@@ -0,0 +1,18 @@
|
||||
name = EAP-FAST
|
||||
author = Adam Blackburn
|
||||
version = 2
|
||||
require username *Username password *Password pac_file *Path_To_PAC_File
|
||||
-----
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
scan_ssid=$_SCAN
|
||||
proto=RSN WPA
|
||||
pairwise=CCMP TKIP
|
||||
group=CCMP TKIP
|
||||
key-mgmt=WPA-EAP
|
||||
eap=FAST
|
||||
identity=$_USERNAME
|
||||
password=$_PASSWORD
|
||||
phase1="fast_provisioning=1"
|
||||
pac-file="$_PAC_FILE"
|
||||
}
|
||||
Reference in New Issue
Block a user