linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] nl80211: brcmfmac: add SAE authentication offload
@ 2019-05-09  9:49 Chi-Hsien Lin
  2019-05-09  9:49 ` [PATCH V2 1/3] nl80211: add WPA3 definition for SAE authentication Chi-Hsien Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chi-Hsien Lin @ 2019-05-09  9:49 UTC (permalink / raw)
  To: linux-wireless
  Cc: brcm80211-dev-list, brcm80211-dev-list, Arend van Spriel,
	Franky Lin, Hante Meuleman, Wright Feng, Kalle Valo,
	Chi-Hsien Lin

Adds SAE authentication offload.

Changelog:
V2:
 - Change sae_pwd_len from u16 to u8.
 - Move the new attribute to bottom.

Chung-Hsien Hsu (3):
  nl80211: add WPA3 definition for SAE authentication
  nl80211: add support for SAE authentication offload
  brcmfmac: add support for SAE authentication offload

 .../broadcom/brcm80211/brcmfmac/cfg80211.c         | 73 ++++++++++++++++++++--
 .../broadcom/brcm80211/brcmfmac/cfg80211.h         |  3 +-
 .../wireless/broadcom/brcm80211/brcmfmac/feature.c |  1 +
 .../wireless/broadcom/brcm80211/brcmfmac/feature.h |  4 +-
 .../broadcom/brcm80211/brcmfmac/fwil_types.h       | 13 ++++
 .../broadcom/brcm80211/include/brcmu_wifi.h        |  2 +
 include/linux/ieee80211.h                          |  1 +
 include/net/cfg80211.h                             |  5 ++
 include/uapi/linux/nl80211.h                       | 20 ++++++
 net/wireless/nl80211.c                             | 17 ++++-
 10 files changed, 131 insertions(+), 8 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2019-10-01  9:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-09  9:49 [PATCH V2 0/3] nl80211: brcmfmac: add SAE authentication offload Chi-Hsien Lin
2019-05-09  9:49 ` [PATCH V2 1/3] nl80211: add WPA3 definition for SAE authentication Chi-Hsien Lin
2019-05-09  9:49 ` [PATCH V2 2/3] nl80211: add support for SAE authentication offload Chi-Hsien Lin
2019-05-09  9:49 ` [PATCH V2 3/3] brcmfmac: " Chi-Hsien Lin
2019-10-01  9:12   ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).