mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
brcmfmac: Add "extsae" as an alias for "sae_ext"
The Cypress firmwares use "extsae" to indicate wpa_supplicant-hosted SAE/WPA3. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -45,6 +45,7 @@ static const struct brcmf_feat_fwcap brcmf_fwcap_map[] = {
|
||||
{ BRCMF_FEAT_SAE, "sae " },
|
||||
{ BRCMF_FEAT_FWAUTH, "idauth" },
|
||||
{ BRCMF_FEAT_SAE_EXT, "sae_ext" },
|
||||
{ BRCMF_FEAT_SAE_EXT, "extsae" },
|
||||
};
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user