mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
Preliminary work on wired encryption. Implemented necessary infrastructure, bugfixing to follow.
This commit is contained in:
1
encryption/templates/active_wired
Normal file
1
encryption/templates/active_wired
Normal file
@@ -0,0 +1 @@
|
||||
wired_8021x
|
||||
16
encryption/templates/wired_8021x
Normal file
16
encryption/templates/wired_8021x
Normal file
@@ -0,0 +1,16 @@
|
||||
name = 802.1x
|
||||
author = Joe MacMahon
|
||||
version = 1
|
||||
requre identity *Identity password *Password
|
||||
protected password *Password
|
||||
-----
|
||||
eapol_version=1
|
||||
fast_reauth=0
|
||||
network={
|
||||
key_mgmt=IEEE8021X
|
||||
eap=PEAP
|
||||
phase1="peaplabel=1"
|
||||
phase2="auth=MSCHAPV2"
|
||||
identity="$_IDENTITY"
|
||||
password="$_PASSWORD"
|
||||
}
|
||||
Reference in New Issue
Block a user