eapol_test
eapol_test
is a part of wpa_supplicant
suite . It is a tool for testing Radiator EAP-SIM (Extensible Authentication Protocol - Subscriber
Identity Module), EAP-AKA, and
EAP-AKA' (Extensible Authentication Protocol -
Authentication and Key Agreement Prime) protocols. You can configure it
to act as a supplicant to generate RADIUS requests which are sent directly
to the RADIUS server. With eapol_test
, you can test the
system without the hardware client, supplicant, and wireless access
point.eapol_test
configuration
.config
file is in directory
wpa_supplicant/
. After creating or updating it,
always rerun make eapol_test
because the eapol_test
target is not a part of the
default make
target.password="Ki:OPc:SQN"
in eapol_test
.config
file.echo CONFIG_EAP_AKA=y >> .config echo CONFIG_EAP_AKA_PRIME=y >> .config echo CONFIG_USIM_SIMULATOR=y >> .config make eapol_test