Message ID | 20221101201747.143379-12-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [01/17] wiphy: add wiphy_get_supported_ciphers | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
Hi James, On 11/1/22 15:17, James Prestwood wrote: > 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(-) > Applied, thanks. Regards, -Denis
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