Re: [PATCH] brcmfmac: cfg80211: Use WSEC to set SAE password
From: Hector Martin <hidden>
Date: 2023-02-14 10:30:23
Also in:
asahi, linux-wireless, lkml
From: Hector Martin <hidden>
Date: 2023-02-14 10:30:23
Also in:
asahi, linux-wireless, lkml
On 14/02/2023 19.07, Arend van Spriel wrote:
+ Double Lo On 2/14/2023 10:33 AM, Hector Martin wrote:quoted
Using the WSEC command instead of sae_password seems to be the supported mechanism on newer firmware, and also how the brcmdhd driver does it.The SAE code in brcmfmac was added by Cypress/Infineon. For my BCA devices that did not work, but this change should be verified on Cypress hardware.
Do you mean the existing SAE code does not work on BCA, or this version doesn't? I assume/hope this version works for WCC in general, since that is what the Apple-relevant chips are tagged as. If so it sounds like we need a firmware type conditional on this, if CYW needs the existing behavior. - Hector