Note
The 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.
Enabling AKA methods and USIM simulator
EAP-AKA
and EAP-AKA' require similar configuration than EAP-SIM. For
EAP-AKA and
EAP-AKA' the Milenage parameters are defined in format
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