Added Cisco-Vendor-Specific-CAPWAP and LWAPP definitions.

FossilOrigin-Name: 8b3cee8901a85308f6ddcd4ad90d25c41b48c8299e2b6d7e32215113f60c5bb5
This commit is contained in:
7u83@mail.ru
2015-03-29 13:36:23 +00:00
parent 5784b53a93
commit 99fb8907dc
22 changed files with 232 additions and 158 deletions

View File

@ -39,7 +39,7 @@ struct eparm {
static int acinfo_readelem_discovery_resp(void * eparm,int type,uint8_t* msgelem,int len)
{
cw_dbg_msgelem(CWMSG_DISCOVERY_RESPONSE, type, msgelem, len);
cw_dbg_msgelem(CW_MSG_DISCOVERY_RESPONSE, type, msgelem, len);
struct eparm *e = (struct eparm *) eparm;
@ -84,7 +84,7 @@ void cwread_discovery_response(struct ac_info * acinfo, uint8_t * msg, int len)
cw_foreach_msgelem(msg,len,acinfo_readelem_discovery_resp,&eparm);
cw_dbg_missing_mand_elems_(0, CWMSG_DISCOVERY_RESPONSE, eparm.mand);
cw_dbg_missing_mand_elems_(0, CW_MSG_DISCOVERY_RESPONSE, eparm.mand);
}