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 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap