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?
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.
On 29/01/2025 16:35, Bill Schoolfield wrote:
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?
apt-get update apt-get install eapoltest (Or follow Alan's instructions for anyone running an inferior OS.) -- Matthew
Thanks guys. I did follow Alan's instructions and also downloaded the linux config file. eapol_test built perfectly and I even have a successful test! Bill On 1/29/2025 11:03 AM, Matthew Newton via Freeradius-Users wrote:
On 29/01/2025 16:35, Bill Schoolfield wrote:
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?
apt-get update apt-get install eapoltest
(Or follow Alan's instructions for anyone running an inferior OS.)
participants (3)
-
Alan DeKok -
Bill Schoolfield -
Matthew Newton