Linux brcm80211 wireless device drivers
 help / color / mirror / Atom feed
* [RFT v2 0/3] brcmfmac: external auth support for Infineon devices
@ 2024-09-18 19:11 Arend van Spriel
  2024-09-18 19:11 ` [RFT v2 1/3] wifi: brcmfmac: support per-vendor cfg80211 callbacks and firmware events Arend van Spriel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Arend van Spriel @ 2024-09-18 19:11 UTC (permalink / raw)
  To: Kalle Valo; +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. Hence this is a request for testing for people who do
before submitting as formal patch series. Before testing the firmware
features can be checked through debugfs file 'fwcap' to assure the
'sae_ext' feature is present.

Changes:
  v2:
	- address build issue reported by <lkp@intel.com>

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

 .../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       |  84 +++++
 .../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, 492 insertions(+), 23 deletions(-)
 create mode 100644 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/fwil_types.h


base-commit: 5a4d42c1688c88f3be6aef46b0ea6c32694cd2b8
-- 
2.32.0


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

end of thread, other threads:[~2024-09-23  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18 19:11 [RFT v2 0/3] brcmfmac: external auth support for Infineon devices Arend van Spriel
2024-09-18 19:11 ` [RFT v2 1/3] wifi: brcmfmac: support per-vendor cfg80211 callbacks and firmware events Arend van Spriel
2024-09-18 19:11 ` [RFT v2 2/3] wifi: brcmfmac: make per-vendor event map const Arend van Spriel
2024-09-18 19:11 ` [RFT v2 3/3] wifi: brcmfmac: cyw: support external SAE authentication in station mode Arend van Spriel
2024-09-21  0:30   ` kernel test robot
2024-09-23  9:28   ` kernel test robot

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