mesh: Store key indices as integers in node config
authorInga Stotland <inga.stotland@intel.com>
Fri, 28 Aug 2020 16:51:12 +0000 (09:51 -0700)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Mon, 28 Dec 2020 06:20:04 +0000 (11:50 +0530)
commit7bea16649018450ca749921abb742c8a800d4377
treeaa58e79a90d92f2e587bdec2b94ab6f483b04951
parentb5d771759f5add06ee55d2a12d154d39a6430d7c
mesh: Store key indices as integers in node config

Store NetKey and AppKey indices as integers instead of hex strings.
This removes unnecessary string manipulations while not affecting
the configuration file readability.

Change-Id: Ic2cf06f4a3ec8cf9fd429caa863f0893ab5afc9f
Signed-off-by: anuj.bhumiya <anuj.bhumiya@samsung.com>
mesh/mesh-config-json.c