test_realm_helpers/
constants.rs

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