On May 31, 2024, at 4:08 AM, deepika parmar <parmardeepika9@gmail.com> wrote:
Thanks for the reply. EAP-AKA authentication is working on the latest master branch. I'm using updated syntax for debug statements, but I accidentally sent the old statement.
As suggested, I tried adding Tmp-Group-0 attribute to store the Counter, however its failing while starting the freeradius.. store session { "%debug_attr(&session-state)" &session-state.Tmp-Group-0 := { &Counter = &Counter } eap_aka_cache ok }
The references to EAP-AKA attributes normally work only inside of the EAP-AKA virtual server. You should move the session-state setting code to the EAP-AKA virtual server. Alan DeKok.