summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2020-01-30 10:59:23 -0800
committerBrian Gix <brian.gix@intel.com>2020-01-30 11:03:47 -0800
commit8457e6a3ad147c1167862f148cbbf281d879e874 (patch)
tree2cb7ae100b8b77089b0503527deb4629e82675fb /Makefile.mesh
parent17e97efc3fc48116509e97670288af5827b81747 (diff)
downloadbluez-8457e6a3ad147c1167862f148cbbf281d879e874.tar.gz
mesh: Add NVM storage of Replay Protection
Mesh specification requires that Replay Protection be preserved across node restarts. This adds that storage in <node_uuid>/rpl/<iv_index>/<src> Realtime access remains in an l_queue structure, and stored as messages are processed.
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index 401122029..10573b304 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -32,6 +32,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
mesh/manager.h mesh/manager.c \
mesh/pb-adv.h mesh/pb-adv.c \
mesh/keyring.h mesh/keyring.c \
+ mesh/rpl.h mesh/rpl.c \
mesh/mesh-defs.h
pkglibexec_PROGRAMS += mesh/bluetooth-meshd