1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 16:02:28 +01:00
Files
wicd/encryption/templates/wpa2-leap

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"
}