From 91daa22ed4612596164db3a42c2f99e109f0dc76 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 1 Nov 2022 13:17:42 -0700 Subject: [PATCH] auto-t: fix testAP-no-support disabled ciphers The disabled cipher list contained a '.' instead of ',' which prevented the subsequent ciphers from being disabled. This was only group management ciphers so it didn't have any effect on the test. --- autotests/testAP-no-support/hw.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/testAP-no-support/hw.conf b/autotests/testAP-no-support/hw.conf index 06a9d7c2..7925b15d 100644 --- a/autotests/testAP-no-support/hw.conf +++ b/autotests/testAP-no-support/hw.conf @@ -6,4 +6,4 @@ start_iwd=0 iftype_disable=ap [rad1] -cipher_disable=ccmp,bip_cmac,gcmp,gcmp_256,ccmp_256,bip_gmac.bip_gmac_256,bip_cmac_256 +cipher_disable=ccmp,bip_cmac,gcmp,gcmp_256,ccmp_256,bip_gmac,bip_gmac_256,bip_cmac_256