blob: 78278330dd81cba3997ce1229925f306fe2df810 [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_MCS_H_
#define GARNET_LIB_WLAN_MLME_INCLUDE_WLAN_MLME_MCS_H_
#include <fuchsia/wlan/mlme/cpp/fidl.h>
#include <wlan/common/element.h>
namespace wlan {
SupportedMcsSet IntersectMcs(const SupportedMcsSet& lhs,
const ::fuchsia::wlan::mlme::SupportedMcsSet& fidl);
SupportedMcsSet IntersectMcs(const ::fuchsia::wlan::mlme::SupportedMcsSet& fidl,
const SupportedMcsSet& lhs);
SupportedMcsSet SupportedMcsSetFromFidl(const ::fuchsia::wlan::mlme::SupportedMcsSet& fidl);
} // namespace wlan
#endif // GARNET_LIB_WLAN_MLME_INCLUDE_WLAN_MLME_MCS_H_