mirror of
https://github.com/gryf/wicd.git
synced 2026-02-20 00:45:46 +01:00
trying to fix
This commit is contained in:
14
encryption/templates/peap
Normal file
14
encryption/templates/peap
Normal file
@@ -0,0 +1,14 @@
|
||||
name = PEAP with GTC
|
||||
author = Adam Blackburn
|
||||
version = 2
|
||||
require identity *Identity password *Password
|
||||
-----
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
proto=RSN
|
||||
key_mgmt=WPA-EAP
|
||||
pairwise=CCMP
|
||||
eap=PEAP
|
||||
identity="$_IDENTITY"
|
||||
password="$_PASSWORD"
|
||||
}
|
||||
Reference in New Issue
Block a user