blob: 7f3ca369cfa3523820bba0e9c71f2e22af2ee3d9 [file] [log] [blame] [edit]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <ddk/device.h>
#include <wlantap/cpp/fidl.h>
#include <zx/channel.h>
#include <lib/async/dispatcher.h>
#include <wlan/protocol/wlantap.h>
namespace wlan {
namespace wlantap {
zx_status_t CreatePhy(zx_device_t* wlantapctl, zx::channel user_channel,
std::unique_ptr<::wlantap::WlantapPhyConfig> ioctl_in, async_t* loop);
} // namespace wlantap
} // namespace wlan