mirror of
https://github.com/gryf/wicd.git
synced 2026-02-19 16:35:46 +01:00
trying to fix
This commit is contained in:
13
encryption/templates/leap
Normal file
13
encryption/templates/leap
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user