Home
last modified time | relevance | path

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

/openbmc/linux/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()
678 iface_v3.iftype = WL_INTERFACE_CREATE_STA; in brcmf_cfg80211_request_sta_if()
680 memcpy(iface_v3.mac_addr, macaddr, ETH_ALEN); in brcmf_cfg80211_request_sta_if()
682 brcmf_set_vif_sta_macaddr(ifp, iface_v3.mac_addr); 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
[all …]