Here's the wpa_supplicant.conf file:
ap_scan=1
network={
ssid="<SSID Name>"
proto=WPA2
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
eap=PEAP
phase1="peaplabel=0"
phase2="auth=GTC"
identity="<User name>"
password="<Password>"
}
I can use wpa_supplicant to connect the wireless, but
unfortunately, when I configured these settings in Network
Manager, it failed to connect to the network. I wonder what's
wrong with that.
Security: WPA & WPA2 Enterprise
Authentication: Protected EAP (PEAP)
PEAP version: Automatic
Inner authentication: GTC
Best wishes.