Reading wtp descriptor works now - at least cisco
FossilOrigin-Name: ee2e8a3fdf9d353237161a0af0148367afc20e8020315108c02154d9df521938
This commit is contained in:
@ -34,7 +34,7 @@ int cw_read_ac_descriptor(mbag_t store, uint8_t *data, int len,
|
||||
if (!allowed)
|
||||
allowed=allowed_default;
|
||||
|
||||
return cw_read_descriptor_subelems(store, data + 12, len - 12, allowed);
|
||||
return cw_read_descriptor_subelems(store, "key", data + 12, len - 12, allowed);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user