mirror of
https://github.com/gryf/wicd.git
synced 2026-01-02 12:02:30 +01:00
Fix up paths, take adventage of data path
This commit is contained in:
19
data/encryption/wpa2-leap
Normal file
19
data/encryption/wpa2-leap
Normal file
@@ -0,0 +1,19 @@
|
||||
name = WPA2-LEAP
|
||||
author = atiketemola
|
||||
version = 1
|
||||
require username *Username password *Password
|
||||
protected password *Password
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
scan_ssid=$_SCAN
|
||||
auth_alg=LEAP
|
||||
key_mgmt=WPA-EAP
|
||||
proto=WPA2
|
||||
pairwise=CCMP TKIP
|
||||
group=CCMP TKIP
|
||||
eap=LEAP
|
||||
identity="$_USERNAME"
|
||||
password="$_PASSWORD"
|
||||
}
|
||||
Reference in New Issue
Block a user