Searched refs:iface_v3 (Results 1 – 1 of 1) sorted by relevance
617 struct wl_interface_create_v3 iface_v3; in brcmf_cfg80211_request_sta_if() local675 memset(&iface_v3, 0, sizeof(iface_v3)); in brcmf_cfg80211_request_sta_if()676 iface_v3.ver = WL_INTERFACE_CREATE_VER_3; in brcmf_cfg80211_request_sta_if()677 iface_v3.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_sta_if()685 &iface_v3, in brcmf_cfg80211_request_sta_if()686 sizeof(iface_v3)); in brcmf_cfg80211_request_sta_if()711 struct wl_interface_create_v3 iface_v3; in brcmf_cfg80211_request_ap_if() local768 memset(&iface_v3, 0, sizeof(iface_v3)); in brcmf_cfg80211_request_ap_if()770 iface_v3.flags = WL_INTERFACE_MAC_USE; in brcmf_cfg80211_request_ap_if()775 &iface_v3, in brcmf_cfg80211_request_ap_if()[all …]