hostapd mixing EAP ids

Ahmet Basagalar ahmet
Thu Oct 20 15:35:53 PDT 2005


I think I have found the problem. In ieee802_1x.c, function 
ieee802_1x_new_auth_session , eapolEap flag must set to False, otherwise in 
some cases when there is a left over eap response from supplicant, it is 
send as the response to Radius server (BE_AUTH goes to RESPONSE state 
without getting the response from supplicant)

So I just added:

    sm->eapolEap = FALSE;

at the end of this function. It seemed to fix the problem. Let me know your 
comments...

Thanks,
Ahmet 





More information about the Hostap mailing list