Searched refs:iface_v1 (Results 1 – 1 of 1) sorted by relevance
614 struct wl_interface_create_v1 iface_v1; in brcmf_cfg80211_request_sta_if() local 621 memset(&iface_v1, 0, sizeof(iface_v1)); in brcmf_cfg80211_request_sta_if() 622 iface_v1.ver = WL_INTERFACE_CREATE_VER_1; in brcmf_cfg80211_request_sta_if() 623 iface_v1.flags = WL_INTERFACE_CREATE_STA | in brcmf_cfg80211_request_sta_if() 626 memcpy(iface_v1.mac_addr, macaddr, ETH_ALEN); in brcmf_cfg80211_request_sta_if() 628 brcmf_set_vif_sta_macaddr(ifp, iface_v1.mac_addr); in brcmf_cfg80211_request_sta_if() 631 &iface_v1, in brcmf_cfg80211_request_sta_if() 632 sizeof(iface_v1)); in brcmf_cfg80211_request_sta_if() 708 struct wl_interface_create_v1 iface_v1; in brcmf_cfg80211_request_ap_if() local [all...]