blob: a45a5660d623603710be42eed79ca5f5d5aaeae6 [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 SRC_CONNECTIVITY_WLAN_LIB_MLME_CPP_INCLUDE_WLAN_MLME_CONVERT_H_
#define SRC_CONNECTIVITY_WLAN_LIB_MLME_CPP_INCLUDE_WLAN_MLME_CONVERT_H_
#include <fuchsia/wlan/mlme/cpp/fidl.h>
#include <src/connectivity/wlan/lib/mlme/rust/c-binding/bindings.h>
#include <wlan/common/mac_frame.h>
namespace wlan {
wlan_status_code ToStatusCode(
const ::fuchsia::wlan::mlme::AuthenticateResultCodes code);
wlan_status_code ToStatusCode(
const ::fuchsia::wlan::mlme::AssociateResultCodes code);
} // namespace wlan
#endif // SRC_CONNECTIVITY_WLAN_LIB_MLME_CPP_INCLUDE_WLAN_MLME_CONVERT_H_