Work on idx out struct ...

FossilOrigin-Name: 08213179f58d212281597094d8c20229f7baebbc0e97a2fc991a8a1be9119682
This commit is contained in:
7u83@mail.ru
2018-04-13 05:28:11 +00:00
parent 95d8beb1f1
commit 5591784c8b
9 changed files with 125 additions and 10 deletions

View File

@ -500,9 +500,9 @@ static struct cw_ElemHandler handlers[] = {
CW_VENDOR_ID_CISCO,0, /* Vendor / Proto */
5,5, /* min/max length */
cisco_ap_regulatory_domain, /* type */
"cisco/regulatory-domain", /* Key */
cw_in_radio_generic_struct, /* get */
NULL /* put */
"cisco/regulatory-domain/%03d", /* Key */
cw_in_idx_generic_struct, /* get */
cw_out_idx_generic_struct /* put */
},
{0,0,0,0,0,0,0,0}