linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
@ 2024-06-17 12:26 Arend van Spriel
  2024-06-20  8:58 ` Peter Robinson
                   ` (2 more replies)
  0 siblings, 3 replies; 31+ messages in thread
From: Arend van Spriel @ 2024-06-17 12:26 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, brcm80211, Arend van Spriel

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

After being asked about support for WPA3 for BCM43224 chipset it
was found that all it takes is setting the MFP_CAPABLE flag and
mac80211 will take care of all that is needed [1].

[1] https://lore.kernel.org/linux-wireless/20200526155909.5807-2-Larry.Finger@lwfinger.net/

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
---
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
index 860ef9c11c46..a5aa58047d39 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
@@ -1090,6 +1090,7 @@ static int ieee_hw_init(struct ieee80211_hw *hw)
 	ieee80211_hw_set(hw, AMPDU_AGGREGATION);
 	ieee80211_hw_set(hw, SIGNAL_DBM);
 	ieee80211_hw_set(hw, REPORTS_TX_ACK_STATUS);
+	ieee80211_hw_set(hw, MFP_CAPABLE);
 
 	hw->extra_tx_headroom = brcms_c_get_header_len();
 	hw->queues = N_TX_QUEUES;

base-commit: a2ead3445a6317c5d2b53711cf9a98e54c395223
-- 
2.32.0


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4219 bytes --]

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

end of thread, other threads:[~2024-07-15  7:43 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 12:26 [PATCH] wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3 Arend van Spriel
2024-06-20  8:58 ` Peter Robinson
2024-06-20  9:46   ` Julian Calaby
2024-06-20  9:53     ` Peter Robinson
2024-06-20 11:14       ` Arend Van Spriel
2024-06-20 15:44         ` KeithG
2024-06-20 17:04           ` Arend Van Spriel
2024-06-20 18:25             ` KeithG
2024-06-21  9:09               ` Arend van Spriel
2024-06-21 12:24                 ` KeithG
2024-06-26  7:47                   ` brcmfmac: how to setup SAE on RPi // " Arend Van Spriel
2024-06-26 12:04                     ` KeithG
2024-06-26 12:30                       ` Arend Van Spriel
2024-06-26 22:46                         ` KeithG
2024-06-27  5:01                           ` Arend Van Spriel
2024-06-27 11:34                             ` KeithG
2024-06-27 13:46                               ` KeithG
2024-06-27 14:46                                 ` Arend Van Spriel
2024-07-01 20:08                                   ` KeithG
2024-07-01 20:54                                     ` KeithG
2024-07-15  7:43                                       ` Arend van Spriel
2024-07-08 11:33                                 ` AW: " Dembianny Sven (BSH GDE-EDSD5)
2024-07-13 12:13                                   ` Arend Van Spriel
2024-07-14 18:42                                     ` KeithG
2024-07-14 18:47                                       ` Arend van Spriel
2024-06-21 17:31 ` Arend Van Spriel
2024-06-21 19:43   ` KeithG
2024-06-22 14:01     ` brcmfmac: how to setup SAE on RPi // " Arend Van Spriel
2024-06-24 11:03       ` Kalle Valo
2024-06-26  5:49     ` Arend Van Spriel
2024-06-26 17:50 ` 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).