Added Cisco-Vendor-Specific-CAPWAP and LWAPP definitions.
FossilOrigin-Name: 8b3cee8901a85308f6ddcd4ad90d25c41b48c8299e2b6d7e32215113f60c5bb5
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user