1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00
Files
wicd/encryption/templates/ttls
imdano 86bcc8f795 Experimental/Testing:
- Fixed typo in ttls template (Thanks to Nido Media for catching it)
2008-06-12 15:08:50 +00:00

16 lines
352 B
Plaintext

name = TTLS with WEP
author = Adam Blackburn
version = 1
require anonymous_identity *Anonymous_Identity identity *Identity password *Password auth *Authentication
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
eap=TTLS
key_mgmt=IEEE8021X
identity="$_USERNAME"
password="$_PASSWORD"
phase2="auth=$_AUTH"
}