Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c616 struct wl_interface_create_v2 iface_v2; in brcmf_cfg80211_request_sta_if() local
643 memset(&iface_v2, 0, sizeof(iface_v2)); in brcmf_cfg80211_request_sta_if()
644 iface_v2.ver = WL_INTERFACE_CREATE_VER_2; in brcmf_cfg80211_request_sta_if()
645 iface_v2.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_sta_if()
653 &iface_v2, in brcmf_cfg80211_request_sta_if()
654 sizeof(iface_v2)); in brcmf_cfg80211_request_sta_if()
710 struct wl_interface_create_v2 iface_v2; in brcmf_cfg80211_request_ap_if() local
738 memset(&iface_v2, 0, sizeof(iface_v2)); in brcmf_cfg80211_request_ap_if()
740 iface_v2.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_ap_if()
746 &iface_v2, in brcmf_cfg80211_request_ap_if()
[all …]