Linux wireless drivers development
 help / color / mirror / Atom feed
* Re: [PATCH wireless-next v3 0/4] wifi: brcmfmac: external auth support for Infineon devices
@ 2025-05-16  0:38 Tim Harvey
  2025-05-16  5:27 ` Arend Van Spriel
  0 siblings, 1 reply; 13+ messages in thread
From: Tim Harvey @ 2025-05-16  0:38 UTC (permalink / raw)
  To: arend.vanspriel; +Cc: brcm80211, Johannes Berg, linux-wireless

Hi Arend,

Thanks for this series! This allows WPA3 Personal in STA mode on a
CYW4373E based module we use on our boards however AP mode with WPA3
Personal does not appear to work. Do you know what is needed to allow
WPA3 Personal in a CYW4373E AP?

Best Regards,

Tim

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH wireless-next v3 0/4] wifi: brcmfmac: external auth support for Infineon devices
@ 2025-04-25  8:55 Arend van Spriel
  2025-04-28 14:52 ` Peter Robinson
  0 siblings, 1 reply; 13+ messages in thread
From: Arend van Spriel @ 2025-04-25  8:55 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, brcm80211, Arend van Spriel

The Infineon chips support external authentication in station mode when
firmware advertises it. The feature that must be present in firmware is
sae_ext. This has been ported from Infineon repository and makes use of
the per-vendor framework. It showcases how things can be organized per
vendor to provide the functionality.

Unfortunately, I have no Infineon device and firmware that makes use of
external auth. This series was submitted earlier as RFT and it was tested
successfully by James Prestwood with iwd after adding a fourth patch to
the series. I would not mind if more testing is done with this series
like using wpa_supplicant instead of iwd.

Arend van Spriel (3):
  wifi: brcmfmac: support per-vendor cfg80211 callbacks and firmware
    events
  wifi: brcmfmac: make per-vendor event map const
  wifi: brcmfmac: cyw: support external SAE authentication in station
    mode

Ting-Ying Li (1):
  wifi: brcmfmac: Fix structure size for WPA3 external SAE

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    |  44 ++-
 .../broadcom/brcm80211/brcmfmac/cfg80211.h    |  25 ++
 .../broadcom/brcm80211/brcmfmac/common.c      |   1 +
 .../broadcom/brcm80211/brcmfmac/core.c        |   2 +
 .../broadcom/brcm80211/brcmfmac/cyw/core.c    | 308 ++++++++++++++++++
 .../brcm80211/brcmfmac/cyw/fwil_types.h       |  87 +++++
 .../broadcom/brcm80211/brcmfmac/feature.c     |   3 +-
 .../broadcom/brcm80211/brcmfmac/feature.h     |   4 +-
 .../broadcom/brcm80211/brcmfmac/fweh.c        |   7 +-
 .../broadcom/brcm80211/brcmfmac/fweh.h        |   8 +-
 .../broadcom/brcm80211/brcmfmac/fwvid.h       |  29 ++
 11 files changed, 495 insertions(+), 23 deletions(-)
 create mode 100644 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/fwil_types.h


base-commit: f600832794c91d7021d7337104734246b02a2b86
-- 
2.43.5


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

end of thread, other threads:[~2025-05-25 18:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16  0:38 [PATCH wireless-next v3 0/4] wifi: brcmfmac: external auth support for Infineon devices Tim Harvey
2025-05-16  5:27 ` Arend Van Spriel
2025-05-16 23:38   ` Tim Harvey
2025-05-25  9:46     ` Arend van Spriel
2025-05-25  9:47     ` Arend van Spriel
2025-05-25 12:24       ` Johannes Berg
2025-05-25 18:17         ` Arend van Spriel
  -- strict thread matches above, loose matches on Subject: below --
2025-04-25  8:55 Arend van Spriel
2025-04-28 14:52 ` Peter Robinson
2025-04-29  4:11   ` Arend Van Spriel
2025-04-29  8:18     ` Peter Robinson
2025-04-29  8:55       ` Arend Van Spriel
2025-04-29 10:32         ` Arend van Spriel

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