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:
Phil Elwell
2024-02-01 16:33:42 +00:00
committed by Dom Cobley
parent 7b4840252d
commit 11c697cfe0

View File

@@ -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