Hi Jouni,<br>
<br>
I'm using wpa_supplicant-0.4.8.<br>
On the bridge on which I'm working, there are two ethernet interfaces.
I think the problem doesn't come from the bridge, because as I said in
a previous post, everything is working fine with an MD5 authentication.<br>
The version of OpenSSL is 0.9.7j, the latest for branch 0-9-7 (4th may 2006), and I'm working on ARM9 with a 2.6.10 kernel.<br>
According to what you say, the problem should come from OpenSSL, so I'm gonna have a look on it.<br>
<br>
<br>
Here's the content of .config file (only the uncommented lines, all others are set to default):<br>
<br>
# Driver interface for wired Ethernet drivers<br>
CONFIG_DRIVER_WIRED=y<br>
<br>
# Enable IEEE 802.1X Supplicant (automatically included if any EAP method is<br>
# included)<br>
CONFIG_IEEE8021X_EAPOL=y<br>
<br>
# EAP-MD5 (automatically included if EAP-TTLS is enabled)<br>
CONFIG_EAP_MD5=y<br>
<br>
# EAP-MSCHAPv2 (automatically included if EAP-PEAP is enabled)<br>
CONFIG_EAP_MSCHAPV2=y<br>
<br>
# EAP-TTLS<br>
CONFIG_EAP_TTLS=y<br>
<br>
# Include control interface for external programs, e.g, wpa_cli<br>
CONFIG_CTRL_IFACE=y<br>
<br>
# Select configuration backend:<br>
# file = text file (e.g., wpa_supplicant.conf)<br>
CONFIG_BACKEND=file<br>
<br>
<br>
<br>
<br>
<br>
<div><span class="gmail_quote">On 26/07/06, <b class="gmail_sendername">Jouni
Malinen</b> <<a href="mailto:jkmaline@cc.hut.fi">jkmaline@cc.hut.fi</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">On
Mon, Jul 24, 2006 at 04:05:13PM +0200, Paul-Henri Gauzence de Lastours
wrote:<br><br>> Here is the complete debug output for
wpa-suplicant:<br><br>Which version of wpa_supplicant are you using?<br><br>>
$ wpa_supplicant -ibr0 -cconf -dd<br>> Initializing interface 'br0' conf
'conf' driver 'default' ctrl_interface<br>> 'N/A'<br><br>Which interfaces are
on that bridge interface? Which kernel version and<br>CPU are you using? Can you
please send .config file used to build<br>wpa_supplicant?<br><br>>
CTRL-EVENT-EAP-METHOD EAP method 21 (TTLS) selected<br>> EAP: EAP entering
state METHOD<br>> SSL: Received packet(len=6) - Flags 0x20<br>> EAP-TTLS:
Start<br><br>This line should be followed by OpenSSL generating ClientHello
message..<br>Which version of OpenSSL are you using?<br><br>> EAP: method
process -> ignore=FALSE methodState=MAY_CONT decision=FAIL<br>> EAP: EAP
entering state SEND_RESPONSE<br>> EAP: EAP entering state IDLE<br><br>And
this should be followed by EAPOL SUPP_BE state machine entering<br>RESPONSE
state where the EAP-Response would be sent out.<br><br>--<br>Jouni
Malinen PGP
id EFC895FA<br>_______________________________________________<br>HostAP
mailing
list<br><a href="mailto:HostAP@shmoo.com">HostAP@shmoo.com</a><br><a href="http://lists.shmoo.com/mailman/listinfo/hostap">http://lists.shmoo.com/mailman/listinfo/hostap</a><br></blockquote></div>
<br>