Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c616 struct wl_interface_create_v3 iface_v3; in brcmf_cfg80211_request_sta_if() local
674 memset(&iface_v3, 0, sizeof(iface_v3)); in brcmf_cfg80211_request_sta_if()
675 iface_v3.ver = WL_INTERFACE_CREATE_VER_3; in brcmf_cfg80211_request_sta_if()
676 iface_v3.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_sta_if()
677 iface_v3.iftype = WL_INTERFACE_CREATE_STA; in brcmf_cfg80211_request_sta_if()
679 memcpy(iface_v3.mac_addr, macaddr, ETH_ALEN); in brcmf_cfg80211_request_sta_if()
681 brcmf_set_vif_sta_macaddr(ifp, iface_v3.mac_addr); in brcmf_cfg80211_request_sta_if()
684 &iface_v3, in brcmf_cfg80211_request_sta_if()
685 sizeof(iface_v3)); in brcmf_cfg80211_request_sta_if()
710 struct wl_interface_create_v3 iface_v3; in brcmf_cfg80211_request_ap_if() local
[all …]