Thanks Phil this information was helpful<br><br><div class="gmail_quote">On Fri, Mar 16, 2012 at 2:58 PM, Phil Mayers <span dir="ltr"><<a href="mailto:p.mayers@imperial.ac.uk">p.mayers@imperial.ac.uk</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div class="im">On 03/15/2012 12:36 PM, Altaf Husain wrote:<br>

<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
    Hi,<br>
    We are using FreeRadius ver 2.1.12, I had query regarding EAP-AKA<br>
    support in eap2 module, its mentioned in FreeRadius website that<br>
    "This module is experimental, and may not be ready for use in a<br>
    production environment", Is it still in experimental state, can't it<br>
    be used as EAP-SIM, is performance tested for EAP-AKA. I am waiting<br>
    for response so that we supporting EAP-AKA in our product using<br>
    FreeRadius, any specific reason for keeping it in eap2 module rather<br>
    then mainline eap module.<br>
</blockquote>
<br></div>
You don't understand how the eap2 module works.<br>
<br>
There is not much code in eap2; eap2 just passes all the EAP requests to the codebase in hostapd.<br>
<br>
You can't just "move" EAP-AKA from the eap2 module to eap, because there isn't actually any EAP-AKA code there - it's all in hostapd, which is a completely different codebase with a different API, different coding conventions, different build infrastructure, etc.<br>

<br>
If you want EAP-AKA support in the main "eap" module, you'll have to write it, or pay someone to write it, from scratch. I guess the EAP-AKA code in eap2/hostapd could be used as a reference, but that's about it.<div class="HOEnZb">
<div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/<u></u>list/users.html</a><br>
</div></div></blockquote></div><br>