// SPDX-License-Identifier: ISC /* * Copyright (c) 2022 Broadcom Corporation */ #include <linux/errno.h> #include <linux/types.h> #include <core.h> #include <bus.h> #include <fwvid.h> #include <cfg80211.h> #include "vops.h" #define BRCMF_WCC_E_LAST … static int brcmf_wcc_set_sae_pwd(struct brcmf_if *ifp, struct cfg80211_crypto_settings *crypto) { … } static int brcmf_wcc_alloc_fweh_info(struct brcmf_pub *drvr) { … } const struct brcmf_fwvid_ops brcmf_wcc_ops = …;