On Fri, Jun 21, 2024 at 12:32 PM Arend Van Spriel <arend.vanspriel@xxxxxxxxxxxx> wrote: > > On June 17, 2024 2:26:25 PM Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> > wrote: > > > 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@xxxxxxxxxxxx/ > > Tested-by: Reijer Boekhoff <reijerboekhoff@xxxxxxxxxxxxxx> > > Signed-off-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> > > --- > > drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c | 1 + > > 1 file changed, 1 insertion(+) > I think I get what it is supposed to do, but am unsure of how to do it. the modules referred to in that link (b43 or ieee80211) do not appear to be loaded: # lsmod | grep 802 8021q 49152 0 garp 49152 1 8021q nf_conntrack 180224 1 nf_nat cfg80211 1032192 1 brcmfmac rfkill 49152 7 bluetooth,cfg80211 How do I set this up to work on RPiOS? Regards, Keith