1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-30 08:53:31 +02:00
Files
wicd/encryption/templates/wpa2-leap
2011-09-15 12:38:22 +02:00

19 lines
355 B
Plaintext

name = WPA2-LEAP
author = atiketemola
version = 1
require username *Username password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
auth_alg=LEAP
key_mgmt=WPA-EAP
proto=WPA2
pairwise=CCMP TKIP
group=CCMP TKIP
eap=LEAP
identity="$_USERNAME"
password="$_PASSWORD"
}