1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 13:28:08 +01:00
Files
wicd/encryption/templates/peap
2007-07-04 14:51:57 +00:00

15 lines
237 B
Plaintext

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"
}