[PATCH] Add a --conf option to eapol_test.py

Jouni Malinen j at w1.fi
Thu Aug 19 10:28:06 PDT 2021


On Fri, Mar 26, 2021 at 10:17:00AM +0000, Nick Porter wrote:
> The --conf option specifies a file containing a list of options
> to configure the network used for running the test which will be
> used in place of the defaults built into the script.

Thanks, applied with a fix:

> diff --git a/wpa_supplicant/eapol_test.py b/wpa_supplicant/eapol_test.py
>          t[i] = threading.Thread(target=run, args=(str(i), iter,
> -                                                  args.no_fast_reauth, res[i]))
> +                                                  args.no_fast_reauth, res[i]),
> +                                                  conf)

That added conf argument needs to be within the args tuple for this to
run..
 
-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list