Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c615 struct wl_interface_create_v2 iface_v2; in brcmf_cfg80211_request_sta_if() local
642 memset(&iface_v2, 0, sizeof(iface_v2)); in brcmf_cfg80211_request_sta_if()
643 iface_v2.ver = WL_INTERFACE_CREATE_VER_2; in brcmf_cfg80211_request_sta_if()
644 iface_v2.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_sta_if()
645 iface_v2.iftype = WL_INTERFACE_CREATE_STA; in brcmf_cfg80211_request_sta_if()
647 memcpy(iface_v2.mac_addr, macaddr, ETH_ALEN); in brcmf_cfg80211_request_sta_if()
649 brcmf_set_vif_sta_macaddr(ifp, iface_v2.mac_addr); in brcmf_cfg80211_request_sta_if()
652 &iface_v2, in brcmf_cfg80211_request_sta_if()
653 sizeof(iface_v2)); in brcmf_cfg80211_request_sta_if()
709 struct wl_interface_create_v2 iface_v2; in brcmf_cfg80211_request_ap_if() local
[all …]