Changes
→PEAP-MSCHAPv2
* Choose MSCHAPv2 as the authentication method.
* Use your PID and remote passphrase as your login credentials.
Add the following lines to /etc/wpa_supplicant.conf
network={
ssid="VT-Wireless"
proto=WPA2
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="your PID"
password="your passphrase"
priority=10
}
=EAP-TLS=