Lines Matching refs:iface_v1
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
718 memset(&iface_v1, 0, sizeof(iface_v1)); in brcmf_cfg80211_request_ap_if()
719 iface_v1.ver = WL_INTERFACE_CREATE_VER_1; in brcmf_cfg80211_request_ap_if()
720 iface_v1.flags = WL_INTERFACE_CREATE_AP | in brcmf_cfg80211_request_ap_if()
723 brcmf_set_vif_sta_macaddr(ifp, iface_v1.mac_addr); in brcmf_cfg80211_request_ap_if()
726 &iface_v1, in brcmf_cfg80211_request_ap_if()
727 sizeof(iface_v1)); in brcmf_cfg80211_request_ap_if()