1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 07:32:29 +01:00
Files
wicd/encryption/templates/leap
2007-10-23 00:45:36 +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"
}