tools/mesh-cfgclient: Default to highest security 09/234209/1
authorBrian Gix <brian.gix@intel.com>
Tue, 7 Apr 2020 17:01:55 +0000 (10:01 -0700)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Fri, 22 May 2020 04:23:43 +0000 (09:53 +0530)
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 <ay.agarwal@samsung.com>
tools/mesh-cfgclient.c

index b8dbd6a..cab02b5 100644 (file)
@@ -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;