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.
This commit is contained in:
James Prestwood 2022-11-01 13:17:42 -07:00 committed by Denis Kenzior
parent 802e9e5916
commit 91daa22ed4
1 changed files with 1 additions and 1 deletions

View File

@ -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