I was hoping someone would be kind enough to help me figure out why I'm unable
to connect to an access point via wpa_supplicant. I got a COTS client to work to
verify the AP. Works with PSK. The radius log indicates success but the wpas logs do not. My
conf file is as
such and log file attached:<br>
ctrl_interface=/var/run/wpa_
<div id=":b6" class="ii gt">supplicant<br>eapol_version=1<br>ap_scan=1<br>network={<br>
ssid="OSD"<br> proto=RSN<br> key_mgmt=WPA-EAP<br>
pairwise=CCMP<br> group=CCMP<br> identity="admin"<br>
password="wpi01"<br> ca_cert="/etc/cert/TrustedCA.pem"<br>
phase1="peaplabel=1"<br> phase2="auth=MSCHAPv2"<br>
priority=2<br>}</div>