mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
name = PEAP with GTC
|
|
author = Adam Blackburn
|
|
version = 2
|
|
require identity *Identity password *Password
|
|
protected password *Password
|
|
-----
|
|
ctrl_interface=/var/run/wpa_supplicant
|
|
network={
|
|
ssid="$_ESSID"
|
|
proto=RSN
|
|
key_mgmt=WPA-EAP
|
|
pairwise=CCMP
|
|
eap=PEAP
|
|
identity="$_IDENTITY"
|
|
password="$_PASSWORD"
|
|
}
|