blob: 0b76da5ad358bfa529103cba8a4b9c8516007ce7 [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.lowpan;
struct ProvisioningParams {
/// The identity of the network.
Identity identity;
/// The credential used to authenticate to
/// the network.
Credential? credential;
};