29 Jan
2025
29 Jan
'25
11:46 a.m.
On Jan 29, 2025, at 11:35 AM, Bill Schoolfield <bill@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... 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.