blob: 22c3f37337f021a93d717debfd78ab382da1f462 [file] [log] [blame]
// Copyright 2019 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.
library fuchsia.wlan;
extend uint fuchsia.BIND_PROTOCOL {
PHY = 0x39,
PHY_IMPL = 0x3A,
IF = 0x3B,
IF_IMPL = 0x3C,
MAC = 0x3D,
};