mirror of
https://github.com/gryf/wicd.git
synced 2026-01-07 22:34:18 +01:00
trying to fix
This commit is contained in:
14
encryption/templates/ttls
Normal file
14
encryption/templates/ttls
Normal file
@@ -0,0 +1,14 @@
|
||||
name = TTLS with WEP
|
||||
author = Adam Blackburn
|
||||
version = 1
|
||||
require anonymous_identity *Anonymous_Identity identity *Identity password *Password auth *Authentication
|
||||
-----
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
scan_ssid=$_SCAN
|
||||
eap=TTLS
|
||||
key-mgmt=IEEE8021X
|
||||
identity="$_USERNAME"
|
||||
password="$_PASSWORD"
|
||||
phase2="auth=$_AUTH"
|
||||
}
|
||||
Reference in New Issue
Block a user