public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] wifi: mwifiex: added code to support host mlme.
@ 2023-10-20  3:48 David Lin
  2023-10-20 15:24 ` Francesco Dolcini
  0 siblings, 1 reply; 7+ messages in thread
From: David Lin @ 2023-10-20  3:48 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org
  Cc: linux-kernel@vger.kernel.org, briannorris@chromium.org,
	kvalo@kernel.org, francesco@dolcini.it, Sharvari Harisangam,
	David Lin, Pete Hsieh

[-- Attachment #1: Type: text/plain, Size: 2371 bytes --]

Patch v6:

Correct mailing sequence.

Patch v5:

1. Add host base MLME support enable WPA3 functionalities in both STA and AP mode
2. This feature requires a firmware with corresponding WPA3 key API support
3. This feature and regression test have been covered for IW416
4. This feature is currently enabled and tested only for IW416
5. Changelogs since Patch v4
    a. Enhancement: Add WPA3 AP mode support
    b. Bug fix: In WPA3 STA mode, device gets disconnected from AP when group rekey occurs
    c. Bug fix: STAUT doesn't send WMM IE in Association request when associate to WMM-AP

Patch v4:

1. Correct one bad code segment.
2. Add code to check firmware key api version for host_mlme.

Patch v3:

Clean and clear commit message.

Patch v2:

1. Checkpatch error: pwe[1] -> pwe[0].
2. Remove module parameter 'host_mlme'.
3. Won't advertise NL80211_FEATURE_SAE if host mlme is disabled.

David Lin (6):
  wifi: mwifiex: added code to support host mlme.
  wifi: mwifiex: fixed group rekey issue for WPA3.
  wifi: mwifiex: fixed reassocation issue for WPA3.
  wifi: mwifiex: fixed missing WMM IE for assoc req.
  wifi: mwifiex: supported host mlme for AP mode.
  wifi: mwifiex: added mac address for AP config.

 .../net/wireless/marvell/mwifiex/cfg80211.c   | 420 +++++++++++++++++-
 drivers/net/wireless/marvell/mwifiex/cmdevt.c |  34 +-
 drivers/net/wireless/marvell/mwifiex/decl.h   |  12 +
 drivers/net/wireless/marvell/mwifiex/fw.h     |  36 ++
 drivers/net/wireless/marvell/mwifiex/init.c   |   4 +
 drivers/net/wireless/marvell/mwifiex/ioctl.h  |   6 +
 drivers/net/wireless/marvell/mwifiex/join.c   |  64 ++-
 drivers/net/wireless/marvell/mwifiex/main.c   |  10 +
 drivers/net/wireless/marvell/mwifiex/main.h   |  13 +
 drivers/net/wireless/marvell/mwifiex/scan.c   |   6 +
 drivers/net/wireless/marvell/mwifiex/sdio.c   |  13 +
 drivers/net/wireless/marvell/mwifiex/sdio.h   |   2 +
 .../wireless/marvell/mwifiex/sta_cmdresp.c    |   2 +
 .../net/wireless/marvell/mwifiex/sta_event.c  |  18 +-
 .../net/wireless/marvell/mwifiex/sta_ioctl.c  |   3 +-
 drivers/net/wireless/marvell/mwifiex/sta_tx.c |   9 +-
 .../net/wireless/marvell/mwifiex/uap_cmd.c    | 182 ++++++++
 drivers/net/wireless/marvell/mwifiex/util.c   | 104 +++++
 18 files changed, 919 insertions(+), 19 deletions(-)

-- 
2.25.1


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 13556 bytes --]

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

end of thread, other threads:[~2023-10-24  7:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20  3:48 [PATCH v6 0/6] wifi: mwifiex: added code to support host mlme David Lin
2023-10-20 15:24 ` Francesco Dolcini
2023-10-23  2:11   ` [EXT] " David Lin
2023-10-23  9:07     ` Kalle Valo
2023-10-24  7:27       ` David Lin
2023-10-24  0:02   ` Jeff Johnson
2023-10-24  6:07     ` [EXT] " David Lin

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