shared/mgmt: Add supports of parsing mgmt tlv list
authorHoward Chung <howardchung@google.com>
Tue, 5 Jan 2021 03:12:54 +0000 (11:12 +0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commit6b42596ba55b09efde68fb10d8ac10f556fd9d6a
treec1a92a57920f24a46377b5f33144b19c9da2a3e9
parent80549a4bfedf2af4d7097b8705aa91cd036a6c7f
shared/mgmt: Add supports of parsing mgmt tlv list

Response from Read System Default Configuration is a list of mgmt_tlv,
which requires further processing to get the values of each parameters.

This adds APIs for parsing response into mgmt_tlv_list, retrieving
parameter from mgmt_tlv_list.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/mgmt.c
src/shared/mgmt.h