<div dir="ltr">Thanks Dan ! it worked !<br><br>I built the hostapd with patched openssl, and then added EAP-FAST in hostapd.eap_user, but once run it says &quot;unsupported EAP type&quot;.<br><br>I have added EAP_FAST compilation flag in the Makefile. what is missing?<br>
<br>- Paresh<br><br><br><br><br><br><br><br><div class="gmail_quote">On Mon, Oct 13, 2008 at 5:26 PM, Dan Williams <span dir="ltr">&lt;<a href="mailto:dcbw@redhat.com" target="_blank">dcbw@redhat.com</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><div></div><div>On Mon, 2008-10-13 at 14:45 +0530, Paresh Sawant wrote:<br>

&gt; Hi,<br>
&gt; I need to incorporate EAP-FAST support in hostapd, and I came across<br>
&gt; info that says I need to apply patch openssl-tls-extensions.patch into<br>
&gt; openssl to get the support.<br>
&gt;<br>
&gt; It seems to me the patch is just diff between original and modified<br>
&gt; code, I would like to know if the patch is to be applied manually by<br>
&gt; copying code or there is some other better way to do this.<br>
<br>
</div></div>In the OpenSSL source directory, you do:<br>
<br>
patch -p1 &lt; /path/to/openssl-tls-extensions.patch<br>
<br>
and then you rebuild OpenSSL, then you rebuild wpa_supplicant against<br>
the new OpenSSL. &nbsp;Then, you email upstream OpenSSL and ask them nicely<br>
what the status of the patch is and why it (or something that provides<br>
the same functionality) isn&#39;t upstream yet :) &nbsp;We all want it to go<br>
upstream to OpenSSL, but they have been pretty reluctant for some<br>
reason.<br>
<font color="#888888"><br>
Dan<br>
<br>
<br>
<br>
</font></blockquote></div><br></div>