1
0
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:
Joe MacMahon
2012-01-29 00:47:53 +00:00
parent 2d6034375e
commit 75243730b6
6 changed files with 122 additions and 47 deletions

View File

@@ -0,0 +1 @@
wired_8021x

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