wlan_trace/
names.rs

1// Copyright 2022 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5pub const CATEGORY_WLAN: &'static str = "wlan";
6pub const NAME_WLANCFG_START: &'static str = "wlancfg:start";
7
8// This name should be the same as defined in
9// //src/connectivity/wlan/drivers/lib/log/cpp/include/common/wlan/drivers/log.h
10pub const NAME_WLANSOFTMAC_TX: &'static str = "wlansoftmac:tx";
11
12// This name should be the same as defined in
13// //src/connectivity/wlan/drivers/lib/log/cpp/include/common/wlan/drivers/log.h
14pub const NAME_WLANSOFTMAC_RX: &'static str = "wlansoftmac:rx";