1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 22:27:59 +01:00

Tweak encryption template code so that optional parameters can be supplied. Tweak UI code to reflect that new functionality.

Allow for slightly more variation in template formatting.
This commit is contained in:
Dan O'Reilly
2009-02-28 21:52:27 -05:00
parent edbfd18553
commit 8112851a86
6 changed files with 114 additions and 81 deletions

View File

@@ -1,7 +1,8 @@
name = EAP-FAST
author = Adam Blackburn
version = 2
require username *Username password *Password pac_file *Path_To_PAC_File
require username *Username password *Password
optional pac_file *Path_To_PAC_File
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -1,7 +1,8 @@
name = PEAP with TKIP
name = PEAP with TKIP/MSCHAPV2
author = Fralaltro
version = 1
require identity *Identity password *Password ca_cert *Path_to_CA_Cert
require identity *Identity password *Password
optional ca_cert *Path_to_CA_Cert
-----
ctrl_interface=/var/run/wpa_supplicant
network={

View File

@@ -1,4 +1,4 @@
name = WEP (Hex)
name = WEP (Hex [0-9/A-F])
author = Adam Blackburn
version = 1
require key *Key