]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mwifiex: add host mlme for AP mode
authorDavid Lin <yu-hao.lin@nxp.com>
Thu, 4 Jul 2024 03:30:01 +0000 (11:30 +0800)
committerKalle Valo <kvalo@kernel.org>
Sun, 4 Aug 2024 08:56:00 +0000 (11:56 +0300)
commit9588469d06977bc8ff2c131c4eb589c6477c3b7c
treedf085a6702efb0361d5d2de34133c34e3cf862eb
parent36995892c271cce5e2230bc165a06f109b117222
wifi: mwifiex: add host mlme for AP mode

Add host based MLME to enable WPA3 functionalities in AP mode.
This feature required a firmware with the corresponding V2 Key API
support. The feature (WPA3) is currently enabled and verified only
on IW416. Also, verified no regression with change when host MLME
is disabled.

Signed-off-by: David Lin <yu-hao.lin@nxp.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240704033001.603419-3-yu-hao.lin@nxp.com
drivers/net/wireless/marvell/mwifiex/cfg80211.c
drivers/net/wireless/marvell/mwifiex/cmdevt.c
drivers/net/wireless/marvell/mwifiex/fw.h
drivers/net/wireless/marvell/mwifiex/ioctl.h
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c
drivers/net/wireless/marvell/mwifiex/uap_cmd.c
drivers/net/wireless/marvell/mwifiex/util.c