1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-28 17:54:07 +02:00

trying to fix

This commit is contained in:
compwiz18
2007-07-04 14:51:57 +00:00
commit 709efd2ac4
54 changed files with 4724 additions and 0 deletions
+13
View 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"
}