Do some mgic to send Cisco's AC radio info element

This commit is contained in:
2022-08-26 06:46:18 +02:00
parent 744e1b55c2
commit c3b921292b
10 changed files with 76 additions and 151 deletions

View File

@ -102,7 +102,7 @@ static struct cw_ElemHandler handlers[] = {
0,0, /* Vendor / Proto */
1,1, /* min/max length */
CW_TYPE_BYTE, /* type */
"discovery-type", /* Key */
"capwap/discovery-type", /* Key */
cw_in_generic, /* get */
cw_out_generic, /* put */
NULL,