Searched refs:iface_v1 (Results 1 – 1 of 1) sorted by relevance
615 struct wl_interface_create_v1 iface_v1; in brcmf_cfg80211_request_sta_if() local622 memset(&iface_v1, 0, sizeof(iface_v1)); in brcmf_cfg80211_request_sta_if()623 iface_v1.ver = WL_INTERFACE_CREATE_VER_1; in brcmf_cfg80211_request_sta_if()624 iface_v1.flags = WL_INTERFACE_CREATE_STA | in brcmf_cfg80211_request_sta_if()627 memcpy(iface_v1.mac_addr, macaddr, ETH_ALEN); in brcmf_cfg80211_request_sta_if()629 brcmf_set_vif_sta_macaddr(ifp, iface_v1.mac_addr); in brcmf_cfg80211_request_sta_if()632 &iface_v1, in brcmf_cfg80211_request_sta_if()633 sizeof(iface_v1)); in brcmf_cfg80211_request_sta_if()709 struct wl_interface_create_v1 iface_v1; in brcmf_cfg80211_request_ap_if() local719 memset(&iface_v1, 0, sizeof(iface_v1)); in brcmf_cfg80211_request_ap_if()[all …]