Searched refs:iface_v2 (Results 1 – 1 of 1) sorted by relevance
615 struct wl_interface_create_v2 iface_v2; in brcmf_cfg80211_request_sta_if() local642 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 …]