Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates > by-pkgid > 4b061c1146a7e8db9e84c6422ec360e5 > files > 15

wicd-1.7.0-1.1mdv2010.1.i586.rpm

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