Hello!I add a new eap type and I konw that there is a session key that needs to be sent to the client through the AP.Do you know how to generate the key?Where should I add the code,in the rlm_eap.c or rlm_eap_XXX?Thank you! Xiningtom_1986
xiningtom_1986 wrote:
Hello!I add a new eap type and I konw that there is a session key that needs to be sent to the client through the AP.Do you know how to generate the key?Where should I add the code,in the rlm_eap.c or rlm_eap_XXX?Thank you!
In the new EAP type. Alan DeKok.
Hello! Thank you for your reply!But do you know how to generate the key?Can I use the fuction of LEAP that is used for generateing the key? Xiningtom_1986
xiningtom_1986@126.com wrote:
Hello! Thank you for your reply!But do you know how to generate the key?Can I use the fuction of LEAP that is used for generateing the key?
Key generation methods are specific to each EAP type. If you don't know how to generate a key, and you don't know in which packet the key should be sent, I suggest you learn more about EAP. See the RFC's and IETF drafts for examples. If you need examples, read the FreeRADIUS code. It is *all* available. There is *no* need to ask questions on the list, when the answers are already in front of you. i.e. this mailing list isn't the place to learn about EAP standards. Alan DeKok.
Hello! Do you know how I pass the session key to the AP? Does it in the EAP-SUCCESS message or in some other special tunnel? Xiningtom_1986
participants (3)
-
Alan DeKok -
xiningtom_1986 -
xiningtom_1986@126.com