1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 13:28:08 +01:00
Files
wicd/encryption/templates/leap
2007-07-04 14:51:57 +00:00

14 lines
231 B
Plaintext

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