eapol_test
Alan DeKok
aland at deployingradius.com
Wed Jan 29 16:46:50 UTC 2025
On Jan 29, 2025, at 11:35 AM, Bill Schoolfield <bill at billmax.com> wrote:
>
> I'm following https://networkradius.com/articles/2021/10/25/command-line-EAP-testing.html (well sort of).....
>
> I installed the debian 12 package for wpa_suppliment but I don't see any files for eapol_test. I also looked at the tar file contents at https://w1.fi/releases/ and I don't see any mention there. Anybody know how to build or download eapol_test?
https://github.com/FreeRADIUS/freeradius-server/blob/master/scripts/ci/eapol_test-build.sh
We automated it. :)
Otherwise, it's:
git clone hostap stuff
cd src/wpa_supplicant
cp defconfig .config
... edit .config
make eapol_test
The usually works for me.
Alan DeKok.
More information about the Freeradius-Users
mailing list