From 31003c95d8dc91eb0beb916f70064e1b921b71a3 Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Tue, 7 Apr 2020 10:01:55 -0700 Subject: [PATCH] tools/mesh-cfgclient: Default to highest security To encourage best practices, we request the highest level of security available in common between provision initiator and acceptor. --- tools/mesh-cfgclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mesh-cfgclient.c b/tools/mesh-cfgclient.c index f58467e5f..5b018eb4a 100644 --- a/tools/mesh-cfgclient.c +++ b/tools/mesh-cfgclient.c @@ -113,7 +113,7 @@ static struct model_info *cfgcli; static struct l_queue *devices; static bool prov_in_progress; -static const char *caps[2] = {"out-numeric", "in-numeric"}; +static const char *caps[] = {"static-oob", "out-numeric", "in-numeric"}; static bool have_config; -- 2.47.3