1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-27 02:25:46 +01:00
Files
wicd/encryption/templates/wpa-peap
2011-09-15 12:38:22 +02:00

17 lines
340 B
Plaintext

name = WPA-PEAP
author = atiketemola
version = 1
require identity *Username domain *Domain password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
proto=WPA
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity="$_DOMAIN\$_IDENTITY"
password="$_PASSWORD"
phase2="auth=MSCHAPv2"
}