[PATCH v5 0/6] wifi: mwifiex: added code to support host mlme.

From: David Lin
Date: Thu Oct 19 2023 - 23:34:12 EST


<Patch History>

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: winmail.dat>>