Hi
I have tried to connect the WL1271 in WPA2 Enterprise mode with PEAPv1/Mschapv2
WL1271 chipset solution is not able to associate with the AP and it is displaying on the host terminal as "OpenSSL: tls_connection_handshake - Failed to read possible Application Data error:00000000:lib(0):func(0):reason(0)".After this message wpa_supplicant is killing itself.
config file in wpa_supplicant.txt
ctrl_interface=/var/run
ap_scan=2
update_config=0
network={
ssid="WPA2"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
auth_alg=OPEN
eap=PEAP
identity="janardhan"
password="jan123"
ca_cert="/etc/cert/root.pem"
phase1="peaplabel=1"
phase2="auth=MSCHAPV2"
priority=2
}
Regards,
Janardhan