wpa_supplicant 2.10 has disabled support for TKIP and WEP by default:
As a result, eapol_test won't parse a config which specifies either one. In order to maintain compatibility with the current version of eapol_test, rad_eap_test should either:
- stop adding TKIP and WEP to the configurations that it generates, or
- update the eapol_test build instructions to re-enable TKIP and WEP in .config.
I'd suggest the first of those options.
wpa_supplicant 2.10 has disabled support for TKIP and WEP by default:
As a result, eapol_test won't parse a config which specifies either one. In order to maintain compatibility with the current version of eapol_test, rad_eap_test should either:
I'd suggest the first of those options.