in progress...

FossilOrigin-Name: b2b7ebf765e5b3698de09aa36f54e1de5dfc58b97bb8ba607196262357249fb0
This commit is contained in:
7u83@mail.ru
2015-03-31 18:39:50 +00:00
parent 6e5c4c2e5f
commit edd42dd625
4 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,6 @@
#include "capwap.h"
#include "cw_log.h"
/**
* @file
* @brief Implementation of Vendor Specific Payload
@ -19,10 +20,10 @@ int cw_in_vendor_specific_payload(struct conn *conn,struct cw_action * a,uint8_t
af = cw_actionlist_get(conn->msgtr,&as);
if (!af) {
printf("Msg unknown\n");
cw_log(DBG_ELEM,"Can't handle Vendor Specific Payload %s/%d, in msg %d (%s) in %s state.",
cw_strvendor(as.vendor_id),
as.elem_id,as.msg_id,cw_strmsg(as.msg_id),cw_strstate(as.capwap_state));
return 0;
}