* [PATCH 1/1] mesh: remove hardcoded keys to force randomization
@ 2017-08-29 19:51 Brian Gix
0 siblings, 0 replies; only message in thread
From: Brian Gix @ 2017-08-29 19:51 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Brian Gix
---
mesh/prov_db.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/mesh/prov_db.json b/mesh/prov_db.json
index d810a7d..dbed934 100644
--- a/mesh/prov_db.json
+++ b/mesh/prov_db.json
@@ -1,25 +1,22 @@
{
"$schema":"file:\/\/\/Bluetooth SIG\/Mesh\/schema\/mesh.jsonschema",
"meshName":"Intel BT Mesh",
- "IVindex":5,
+ "IVindex":1,
"IVupdate":0,
"netKeys":[
{
"index":0,
"keyRefresh":0,
- "key":"18eed9c2a56add85049ffc3c59ad0e12"
}
],
"appKeys":[
{
"index":0,
"boundNetKey":0,
- "key":"4f68ad85d9f48ac8589df665b6b49b8a"
},
{
"index":1,
"boundNetKey":0,
- "key":"2aa2a6ded5a0798ceab5787ca3ae39fc"
}
],
"provisioners":[
--
2.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-29 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 19:51 [PATCH 1/1] mesh: remove hardcoded keys to force randomization Brian Gix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).