Thanks, that seemed to have resolved that problem but I ran into
another. I tried to attach the log but it exceeded the 25k limit but basically the problem is that I'm
getting the<br><br>WPA: 4-Way Handshake failed - pre-shared key may be incorrect<br><br>
message. I&#39;m sure the values are right so is there another reason to
get this message or is there a way to put a trace message in to print
both values for comparison?<br><br><div class="gmail_quote">On Wed, Jun 17, 2009 at 12:55 PM, Jouni Malinen <span dir="ltr">&lt;<a href="mailto:j@w1.fi">j@w1.fi</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Jun 17, 2009 at 12:36:41PM -0500, Michael Kurecka wrote:<br>
&gt; I&#39;ve been unable to get wpa_supplicant working and was hoping someone could<br>
&gt; help me figure out why. It seems that the AP is being blacklisted because of<br>
&gt; an authentication timeout, but I&#39;m not sure why it isn&#39;t authenticating. The<br>
&gt; wpa_supplicant is being run on the Linux OS and ARM processor with Madwifi<br>
&gt; driver. The debug file is attached and my configuration settings are:<br>
<br>
</div>It looks like you have the network interface ath0 in a bridge. In<br>
general, that may not be that good of an idea since IEEE 802.11 does not<br>
support layer 2 bridging in station mode. Anyway, if you really want to<br>
do this, you will need to tell wpa_supplicant about the bridge interface<br>
to allow it to receive EAPOL frames. You can do this by adding -b&lt;bridge<br>
interface&gt; (e.g., -bbr0) on the command line.<br>
<font color="#888888"><br>
--<br>
Jouni Malinen                                            PGP id EFC895FA<br>
_______________________________________________<br>
HostAP mailing list<br>
<a href="mailto:HostAP@lists.shmoo.com">HostAP@lists.shmoo.com</a><br>
<a href="http://lists.shmoo.com/mailman/listinfo/hostap" target="_blank">http://lists.shmoo.com/mailman/listinfo/hostap</a><br>
</font></blockquote></div><br>