Home
last modified time | relevance | path

Searched refs:iface_v3 (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c617 struct wl_interface_create_v3 iface_v3; in brcmf_cfg80211_request_sta_if() local
675 memset(&iface_v3, 0, sizeof(iface_v3)); in brcmf_cfg80211_request_sta_if()
676 iface_v3.ver = WL_INTERFACE_CREATE_VER_3; in brcmf_cfg80211_request_sta_if()
677 iface_v3.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_sta_if()
685 &iface_v3, in brcmf_cfg80211_request_sta_if()
686 sizeof(iface_v3)); in brcmf_cfg80211_request_sta_if()
711 struct wl_interface_create_v3 iface_v3; in brcmf_cfg80211_request_ap_if() local
768 memset(&iface_v3, 0, sizeof(iface_v3)); in brcmf_cfg80211_request_ap_if()
770 iface_v3.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_ap_if()
775 &iface_v3, in brcmf_cfg80211_request_ap_if()
[all …]