<span style="font-family: arial,helvetica,sans-serif;">I've setup
wpa_supplicant with psk, but it doesn't seem to be connecting and I
cant tell from the log why. The wpa_supplicant is being run on the
Linux OS and ARM
processor with Madwifi driver. The zipped debug file is attached and my
configuration settings are:</span><br style="font-family: arial,helvetica,sans-serif;">
<pre style="font-family: arial,helvetica,sans-serif;">ctrl_interface=/var/run/wpa_supplicant<br>eapol_version=1<br>ap_scan=1<br>network={<br> ssid="OSD"<br> proto=RSN<br> key_mgmt=WPA-PSK<br>
<br> pairwise=CCMP<br> group=CCMP<br><br> psk=89fb26ce3a13fbbf6e710cccda746025628c5dfe7fea629de87d3e91a7b7e9fb<br> priority=2<br>}</pre>