blob: f0e736304f56ace888d20db5a1e18f7eed89f266 [file] [log] [blame]
// 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.
#ifndef GARNET_LIB_WLAN_MLME_INCLUDE_WLAN_MLME_CONVERT_H_
#define GARNET_LIB_WLAN_MLME_INCLUDE_WLAN_MLME_CONVERT_H_
#include <fuchsia/wlan/mlme/cpp/fidl.h>
#include <wlan/common/mac_frame.h>
namespace wlan {
status_code::StatusCode ToStatusCode(const ::fuchsia::wlan::mlme::AuthenticateResultCodes code);
status_code::StatusCode ToStatusCode(const ::fuchsia::wlan::mlme::AssociateResultCodes code);
} // namespace wlan
#endif // GARNET_LIB_WLAN_MLME_INCLUDE_WLAN_MLME_CONVERT_H_