From 5caeb82d612e0db861c20c2ef45c0d5f969df2a5 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 15 Apr 2022 09:59:21 -0700 Subject: [PATCH] auto-t: disable update_config for testDPP update_config=1 lets wpa_supplicant write config changes to the config file. In the real world this is what you want so your DPP credentials are persistant. But for testing this is not correct since multiple tests use the same config file and expect it to be pristine. Occationally wpa_supplicant was connecting to the AP without running DPP because the config already had the network credentials. --- autotests/testDPP/wpas.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/testDPP/wpas.conf b/autotests/testDPP/wpas.conf index 5ec815b4..521fb29b 100644 --- a/autotests/testDPP/wpas.conf +++ b/autotests/testDPP/wpas.conf @@ -1,5 +1,5 @@ ctrl_interface=/tmp/rad1-p2p-wpas -update_config=1 +update_config=0 pmf=2 dpp_config_processing=2