1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00
Files
wicd/encryption/templates/leap
imdano 189dcc698b Added wep-hex, wep-passphrase, eap-tls, wep-shared encryption templates
Removed wep template (its now called wep-hex).
2008-02-29 15:20:51 +00:00

15 lines
270 B
Plaintext

name = LEAP with WEP
author = Adam Blackburn
version = 1
require username *Username password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
eap=LEAP
key-mgmt=IEEE8021X
identity="$_USERNAME"
password="$_PASSWORD"
}