// Copyright 2024 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.
pub const TESTCONTROLLER_DRIVER_TOPOLOGICAL_PATH: &'static str = "sys/test/wlan_testcontroller";
pub const DEFAULT_CLIENT_STA_ADDR: [u8; 6] = [0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF];