rad_eap_test
rad_eap_test copied to clipboard
rad_eap_test only uses non-EAP specific methods, i.e. only 'auth=', not 'autheap='
https://github.com/CESNET/rad_eap_test/blob/d8aec01802d64ac7682b3417e7df3c24aacb92a8/rad_eap_test#L567
A proper PEAP test will use 'autheap=MSCHAPv2' as per documentation in the wpa_supplicant and as per eduroam's Stefan Winter. Apparently the command-line doesn't allow this, and the line above confirms that only 'auth=' is being used for inner_auth, not 'autheap='. :-)
Can we fix this? :-)