1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-11 20:15:46 +01:00

Add new encryption templates.

Taken from http://wicd.net/punbb/viewtopic.php?id=233
This commit is contained in:
David Paleino
2011-09-15 12:38:22 +02:00
parent cbf9a99654
commit a526c2108d
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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"
}