diff options
author | David Lin <yu-hao.lin@nxp.com> | 2024-07-04 11:30:01 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2024-08-04 11:56:00 +0300 |
commit | 9588469d06977bc8ff2c131c4eb589c6477c3b7c (patch) | |
tree | df085a6702efb0361d5d2de34133c34e3cf862eb /drivers/net/wireless/marvell/mwifiex/main.h | |
parent | 36995892c271cce5e2230bc165a06f109b117222 (diff) |
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
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/marvell/mwifiex/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/main.h b/drivers/net/wireless/marvell/mwifiex/main.h index d4c56c3d4cf1..9024bb944e6a 100644 --- a/drivers/net/wireless/marvell/mwifiex/main.h +++ b/drivers/net/wireless/marvell/mwifiex/main.h @@ -1008,6 +1008,7 @@ struct mwifiex_adapter { bool ext_scan; bool host_mlme_enabled; + struct ieee80211_txrx_stypes mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES]; u8 fw_api_ver; u8 key_api_major_ver, key_api_minor_ver; u8 max_p2p_conn, max_sta_conn; |