On Sat, 10 Oct 2020 at 15:48, Alan DeKok <aland@deployingradius.com> wrote:
On Oct 10, 2020, at 6:36 AM, Benjamin Thompson <b.thompson@latera.ru> wrote:
If you could add milenage.c to the 3.0.x branch that would be great. I have kind of gotten it to work by adding it to the src/modules/rlm_wimax/ directory but I had to comment out some things like FR_PROTO_HEX_DUMP and I am not sure what to replace them with.
Just ignore them for now. They're for detailed packet / hex debugging in v4.
Also the functions which I need are milenage_f1 and milenage_f2345 so I had to make them non static.
That's fine.
If it works, ship it!
Hi Alan and Arran I have a working implementation, but as it is more or less the first thing I have written in C it's highly possible that my code is a bit crappy. I would be really grateful if maybe one of you could have a look at this commit in my test branch on github and let me know what you think: https://github.com/bt4/freeradius-server/commit/2e02bce98c1627626fe99d4eaf96... Ben