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()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() local738 memset(&iface_v2, 0, sizeof(iface_v2)); in brcmf_cfg80211_request_ap_if()740 iface_v2.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_ap_if()746 &iface_v2, in brcmf_cfg80211_request_ap_if()[all …]