From d5ca06ea8d4cfe7aed56aed58f75801954ddf7b4 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. Change-Id: Ibf539b8800d57fee9b851dbc22a367964e99f1bf Signed-off-by: Abhay Agarwal --- 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 b8dbd6a..cab02b5 100644 --- a/tools/mesh-cfgclient.c +++ b/tools/mesh-cfgclient.c @@ -115,7 +115,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.7.4