Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 32a6c8cd94d8af978bae56fab5ef3282 > files > 17

wpa_supplicant-0.5.10-10.el5.x86_64.rpm

# IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2

ctrl_interface=/var/run/wpa_supplicant

network={
	ssid="example 802.1x network"
	key_mgmt=IEEE8021X
	eap=PEAP
	phase2="auth=MSCHAPV2"
	identity="user name"
	password="password"
	ca_cert="/etc/cert/ca.pem"
}