summaryrefslogtreecommitdiff
path: root/mesh/prov.h
Commit message (Collapse)AuthorAgeFilesLines
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-2/+2
| | | | | | | | Add Remote Provisioning Server Add Remote Provisioning Client Remove local scanning/provisioning Add delete-all dev key function Add NPPI procedures
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 48 License: LGPL-2.1-or-later mesh/mesh-mgmt.h mesh/mesh-mgmt.c mesh/net-keys.c mesh/mesh-io-api.h mesh/mesh.h mesh/net-keys.h mesh/model.h mesh/util.h mesh/appkey.c mesh/cfgmod.h mesh/appkey.h mesh/prov.h mesh/prov-acceptor.c mesh/net.c mesh/dbus.h mesh/friend.h mesh/mesh-io-generic.c mesh/main.c mesh/util.c mesh/dbus.c mesh/error.h mesh/mesh-config-json.c mesh/agent.h mesh/pb-adv.c mesh/crypto.c mesh/crypto.h mesh/friend.c mesh/pb-adv.h mesh/provision.h mesh/mesh-config.h mesh/mesh-io-generic.h mesh/agent.c mesh/cfgmod-server.c mesh/mesh-io.h mesh/keyring.h mesh/net.h mesh/keyring.c mesh/mesh-defs.h mesh/mesh.c mesh/rpl.c mesh/manager.c mesh/model.c mesh/mesh-io.c mesh/node.c mesh/prov-initiator.c mesh/rpl.h mesh/node.h mesh/manager.h
* mesh: Convert provisioning pkts to packed structsBrian Gix2019-07-141-1/+50
| | | | | | Provisioning packets are defined in the specification as packed big endian structures. Instead of specifying an octet array, we now use struct matching the spec.
* mesh: Re-arrange provisioning for DBus APIBrian Gix2019-01-081-4/+10
| | | | | | This restructures provisioning so that it is a service of high level d-Bus based API and may be potentially used on mulitple provisioning transports.
* mesh: Shared private meshd interfacesBrian Gix2018-08-201-0/+162
|
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-33/+0
| | | | This is a temporary location until the unified mesh solution is provided
* mesh: Add 'security' commandLuiz Augusto von Dentz2017-09-141-0/+2
| | | | | | | | | | | | This adds 'security' command which can be used to display and change the provision security level: [meshctl]# security Provision Security Level set to 1 (medium) [meshctl]# security 2 Provision Security Level set to 2 (high) Note: This doesn't change the default which is still medium.
* mesh: Remove circular include protection guardsMarcel Holtmann2017-08-211-12/+0
|
* mesh: define APIs for Bluetooth MeshBrian Gix2017-08-211-0/+43