Searched refs:iface_v2 (Results 1 – 1 of 1) sorted by relevance
616 struct wl_interface_create_v2 iface_v2; in brcmf_cfg80211_request_sta_if() local643 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()646 iface_v2.iftype = WL_INTERFACE_CREATE_STA; in brcmf_cfg80211_request_sta_if()648 memcpy(iface_v2.mac_addr, macaddr, ETH_ALEN); in brcmf_cfg80211_request_sta_if()650 brcmf_set_vif_sta_macaddr(ifp, iface_v2.mac_addr); 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[all …]