Reads LWAPP WTP name in Cisco Discovery Request

FossilOrigin-Name: 10f2fbeee5b8ce9934b5516d314db4e63baa74167959adb002fc062511a7f6f1
This commit is contained in:
7u83@mail.ru 2015-03-17 06:38:09 +00:00
parent 406735abba
commit 3fd0037a45
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ int cw_readelem_cisco_payload(void *data,int msgtype,int elem_id,uint8_t *msgele
}
case CWMSG_DISCOVERY_REQUEST:
{
struct wtpinfo * wtpinfo = (struct wtpinfo*)data;
if (lw_readelem_wtp_name(&wtpinfo->name,elem_id,msgelem,len))
return 1;
}