mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
Add new encryption templates.
Taken from http://wicd.net/punbb/viewtopic.php?id=233
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
wpa
|
||||
wpa-peap
|
||||
wpa-psk
|
||||
wpa2-leap
|
||||
wpa2-peap
|
||||
wep-hex
|
||||
wep-passphrase
|
||||
wep-shared
|
||||
|
||||
16
encryption/templates/wpa-peap
Normal file
16
encryption/templates/wpa-peap
Normal file
@@ -0,0 +1,16 @@
|
||||
name = WPA-PEAP
|
||||
author = atiketemola
|
||||
version = 1
|
||||
require identity *Username domain *Domain password *Password
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
proto=WPA
|
||||
key_mgmt=WPA-EAP
|
||||
pairwise=CCMP
|
||||
eap=PEAP
|
||||
identity="$_DOMAIN\$_IDENTITY"
|
||||
password="$_PASSWORD"
|
||||
phase2="auth=MSCHAPv2"
|
||||
}
|
||||
18
encryption/templates/wpa2-leap
Normal file
18
encryption/templates/wpa2-leap
Normal file
@@ -0,0 +1,18 @@
|
||||
name = WPA2-LEAP
|
||||
author = atiketemola
|
||||
version = 1
|
||||
require username *Username 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"
|
||||
}
|
||||
16
encryption/templates/wpa2-peap
Normal file
16
encryption/templates/wpa2-peap
Normal file
@@ -0,0 +1,16 @@
|
||||
name = WPA2-PEAP
|
||||
author = atiketemola
|
||||
version = 1
|
||||
require identity *Username domain *Domain password *Password
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
proto=RSN
|
||||
key_mgmt=WPA-EAP
|
||||
pairwise=CCMP
|
||||
eap=PEAP
|
||||
identity="$_DOMAIN\$_IDENTITY"
|
||||
password="$_PASSWORD"
|
||||
phase2="auth=MSCHAPv2"
|
||||
}
|
||||
Reference in New Issue
Block a user