blob: 5ed54127cb0f31f5a3e1091243b23a068f1178d1 [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.
#pragma once
#include <wlan/common/span.h>
namespace wlan {
bool ValidateFrame(const char* context_msg, Span<const uint8_t> data);
} // namespace wlan