Having trouble getting a new ARM based platform up and running that uses an AR6000 radio.<br>WPA almost works but fails to complete and authentication seems to start over again.<br>If anyone is willing to take a look and point me in the right direction towards solving this, I would be most appreciative.<br>

The supplicant driver interface is based on madwifi. I&#39;ve tried
supplicant versions 0.4.9, 0.5.10, and also 0.6.3 which generated the
trace below.<br><br>Here&#39;s my wpa_supplicant.conf file: <br><a href="http://pastebin.com/m117cdc9" target="_blank">http://pastebin.com/m117cdc9</a><br>
<br>Here&#39;s my .config file:<br><a href="http://pastebin.com/m2b531cde" target="_blank">http://pastebin.com/m2b531cde</a><br><br>And here&#39;s the -ddd trace output from wpa_supplicant:<br><a href="http://pastebin.com/m6092415d" target="_blank">http://pastebin.com/m6092415d</a><br>

<br>Note that the AR6000 driver seems to generate a number of custom
wireless events where the custom string points to unprintable data, so
I modified driver_wext.c to not output the string in that case. I&#39;m not sure if this indicates a serious problem or not.<br><br>I also found that the trace output: ioctl[SIOCGIWAP]: Invalid argument<br>is caused by the driver not having a connection at that point in time<br>
<br>Thanks<br>