public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: mwifiex: enable host mlme on sdio W8997 chipsets
@ 2025-05-21 10:19 rafael
  2025-05-22 17:24 ` Brian Norris
  2025-05-28 10:48 ` Francesco Dolcini
  0 siblings, 2 replies; 6+ messages in thread
From: rafael @ 2025-05-21 10:19 UTC (permalink / raw)
  To: Brian Norris, Francesco Dolcini
  Cc: Rafael Beims, linux-wireless, linux-kernel

From: Rafael Beims <rafael.beims@toradex.com>

Enable the host mlme flag for W8997 chipsets so WPA3 can be used.
This feature depends on firmware support (V2 API key), which may not be
available in all available firmwares.

Signed-off-by: Rafael Beims <rafael.beims@toradex.com>
---
Tested on a Verdin iMX8MP (SDIO-UART) and Verdin iMX8MM (SDIO-SDIO):
    - created AP's requiring WPA2 and WPA3 authentication and successfully
      connected clients to them.
    - connected as a client to AP's requiring WPA2 and WPA3 authentication
---
 drivers/net/wireless/marvell/mwifiex/sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/sdio.c b/drivers/net/wireless/marvell/mwifiex/sdio.c
index c1fe48448839..f039d6f19183 100644
--- a/drivers/net/wireless/marvell/mwifiex/sdio.c
+++ b/drivers/net/wireless/marvell/mwifiex/sdio.c
@@ -438,7 +438,7 @@ static const struct mwifiex_sdio_device mwifiex_sdio_sd8997 = {
 	.can_auto_tdls = false,
 	.can_ext_scan = true,
 	.fw_ready_extra_delay = false,
-	.host_mlme = false,
+	.host_mlme = true,
 };
 
 static const struct mwifiex_sdio_device mwifiex_sdio_sd8887 = {
-- 
2.47.2


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

end of thread, other threads:[~2025-05-29  7:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 10:19 [PATCH] wifi: mwifiex: enable host mlme on sdio W8997 chipsets rafael
2025-05-22 17:24 ` Brian Norris
2025-05-23  7:26   ` Francesco Dolcini
2025-05-28 17:05     ` Brian Norris
2025-05-29  7:20       ` Francesco Dolcini
2025-05-28 10:48 ` Francesco Dolcini

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