Skip to content

Commit 298a101

Browse files
Ting-Ying Lipopcornmix
authored andcommitted
brcmfmac: Fix structure size for WPA3 external SAE
Add pmkid parameter in "brcmf_auth_req_status_le" structure to align the buffer size defined in firmware "wl_auth_req_status" structure. Link: #6130 Signed-off-by: Ting-Ying Li <tingying.li@infineon.com> Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 7e7e824 commit 298a101

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

1 file changed

+1
-0
lines changed

drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ struct brcmf_auth_req_status_le {
616616
u8 peer_mac[ETH_ALEN];
617617
__le32 ssid_len;
618618
u8 ssid[IEEE80211_MAX_SSID_LEN];
619+
u8 pmkid[WLAN_PMKID_LEN];
619620
};
620621

621622
/**

0 commit comments

Comments
 (0)