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=&quot;OSD&quot;<br>        proto=RSN<br>        key_mgmt=WPA-EAP<br>        
pairwise=CCMP<br>        group=CCMP<br>        identity=&quot;admin&quot;<br>        
password=&quot;wpi01&quot;<br>        ca_cert=&quot;/etc/cert/TrustedCA.pem&quot;<br>        
phase1=&quot;peaplabel=1&quot;<br>        phase2=&quot;auth=MSCHAPv2&quot;<br>        
priority=2<br>}</div>