From 8cf83d662027e42024dcd666e7abb335552a2751 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 22 Nov 2024 07:15:41 -0800 Subject: [PATCH] auto-t: update testSAE to disable PMKSA There are quite a few tests here for various scenarios and PMKSA throws a wrench into that. Rather than potentially breaking the tests in attempt to get them working with PMKSA, just disable PMKSA. --- autotests/testSAE/main.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autotests/testSAE/main.conf b/autotests/testSAE/main.conf index 932eb38b..ee279b4f 100644 --- a/autotests/testSAE/main.conf +++ b/autotests/testSAE/main.conf @@ -4,3 +4,6 @@ # hardware, but fails when used in simulated environment with mac80211_hwsim. # Disable MAC randomization for the tests with hidden networks. DisableMacAddressRandomization=true + +[General] +DisablePMKSA=true