On Jan 26, 2019, at 8:13 AM, vanitha sathish via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Hi, I would like to setup free radius to setup for EAP-AKA authentication. Can u please advise how to proceed. I want to simulate the test setup from a PC based client for a test bed
You'll need FreeRADIUS master HEAD, it's not supported anywhere else. There's some example files in src/tests/eapol_test and build files in scripts/travis/ that you can use to build a version of eapol_test with the SIM simulator enabled, and run EAP-AKA tests Once you've established a Ki value on both the eapol_test and FreeRADIUS side (IIRC it goes in control:SIM-Ki), you should be able to enable the sim and aka EAP methods and it'll all just work. -Arran