<div dir="ltr">Thank you for explaining. I managed to get a freeradius server to proxy my requests to hostapd. <div><br></div><div>I have one more minor question. When I am initializing my new EAP method, I want to scan all SSIDs and find out the ones that support my new custom EAP method and write them to the configuration file. What would be ideal way to do this? I am not asking for the code here, but rather the approach that I should use. </div>
<div><br></div><div>I guess I need to use the scan file, but how can I check if a particular EAP method is supported while initializing my EAP method in the wpa_supplicant.</div><div><br></div><div>Thanks Jouni and team!!</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 28, 2013 at 8:08 PM, Jouni Malinen <span dir="ltr">&lt;<a href="mailto:j@w1.fi" target="_blank">j@w1.fi</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Nov 28, 2013 at 03:06:38PM +0200, khali singh wrote:<br>
&gt; I have successfully managed to get my own hostapd radius server and<br>
&gt; wpa_supplicant to work together and it works like a charm.<br>
&gt;<br>
&gt; Now I wish to have 2 different hostapd radius servers that can talk to each<br>
&gt; other and forward requests. So users from one domain are served by one<br>
&gt; server and the other domain are served by the other server.<br>
&gt;<br>
&gt; Meaning the servers might receive a request from any user and may respond<br>
&gt; with local authentication or forward it to the other server based on the<br>
&gt; domain/realm in the identity received.<br>
<br>
</div>hostapd does not include support for RADIUS proxy functionality. If you<br>
want something like that, you may want to look at more complete RADIUS<br>
implementations, like FreeRADIUS. The purpose of the RADIUS<br>
authentication server implementation in hostapd is to have a convenient<br>
test setup available for testing various EAP methods. This does not aim<br>
to be a complete RADIUS server in any way.<br>
<span class="HOEnZb"><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></span></blockquote></div><br></div>