Reads LWAPP WTP name in Cisco Discovery Request
FossilOrigin-Name: 10f2fbeee5b8ce9934b5516d314db4e63baa74167959adb002fc062511a7f6f1
This commit is contained in:
parent
406735abba
commit
3fd0037a45
@ -25,6 +25,9 @@ int cw_readelem_cisco_payload(void *data,int msgtype,int elem_id,uint8_t *msgele
|
|||||||
}
|
}
|
||||||
case CWMSG_DISCOVERY_REQUEST:
|
case CWMSG_DISCOVERY_REQUEST:
|
||||||
{
|
{
|
||||||
|
struct wtpinfo * wtpinfo = (struct wtpinfo*)data;
|
||||||
|
if (lw_readelem_wtp_name(&wtpinfo->name,elem_id,msgelem,len))
|
||||||
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user