3 Feb
2013
3 Feb
'13
11:11 p.m.
Cao,Zhen (cz) wrote:
What’s the standard way then?
RFC 2284 Section 2.2.2 says this for EAP-Success: Identifier The Identifier field is one octet and aids in matching replies to Responses. The Identifier field MUST match the Indentifier field of the Response packet that it is sent in response to. This is what FreeRADIUS does. See src/modules/rlm_eap/eap.c, eap_compose() function. Success and Failure send the same ID. Other EAP packet types increment the ID. Alan DeKok.