mirror of
https://github.com/gryf/wicd.git
synced 2025-12-26 00:12:29 +01:00
20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
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"
|
|
}
|