Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 1/2] hwsim: add additional ciphers to disable list
@ 2022-10-26 21:53 James Prestwood
  2022-10-26 21:53 ` [PATCH 2/2] auto-t: test AP mode using TKIP James Prestwood
  2022-10-27 14:41 ` [PATCH 1/2] hwsim: add additional ciphers to disable list Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: James Prestwood @ 2022-10-26 21:53 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

Allows these ciphers to be disabled when creating radios.
---
 tools/hwsim.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/tools/hwsim.c b/tools/hwsim.c
index 75f074ab..0ace4c0e 100644
--- a/tools/hwsim.c
+++ b/tools/hwsim.c
@@ -196,7 +196,13 @@ static const struct hwsim_support cipher_map[] = {
 	{ "wep104", CRYPTO_CIPHER_WEP104 },
 	{ "tkip", CRYPTO_CIPHER_TKIP },
 	{ "ccmp", CRYPTO_CIPHER_CCMP },
-	{ "bip", CRYPTO_CIPHER_BIP_CMAC },
+	{ "bip_cmac", CRYPTO_CIPHER_BIP_CMAC },
+	{ "gcmp", CRYPTO_CIPHER_GCMP },
+	{ "gcmp_256", CRYPTO_CIPHER_GCMP_256 },
+	{ "ccmp_256", CRYPTO_CIPHER_CCMP_256 },
+	{ "bip_gmac", CRYPTO_CIPHER_BIP_GMAC },
+	{ "bip_gmac_256", CRYPTO_CIPHER_BIP_GMAC_256 },
+	{ "bip_cmac_256", CRYPTO_CIPHER_BIP_CMAC_256 },
 	{ }
 };
 
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-27 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26 21:53 [PATCH 1/2] hwsim: add additional ciphers to disable list James Prestwood
2022-10-26 21:53 ` [PATCH 2/2] auto-t: test AP mode using TKIP James Prestwood
2022-10-27 14:41 ` [PATCH 1/2] hwsim: add additional ciphers to disable list Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox