1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 21:38:06 +01:00
Files
wicd/encryption/templates/leap
2011-09-18 10:45:30 +02:00

16 lines
299 B
Plaintext

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