Cisco WTP can addapt to AC's version

FossilOrigin-Name: 326b87b9c8a4afebe70ccd3d93383afdba08495a7ff9976129260c7ee7f49bdb
This commit is contained in:
7u83@mail.ru
2018-04-23 08:51:42 +00:00
parent d599887e45
commit 74c96ab343
7 changed files with 120 additions and 29 deletions

View File

@ -61,6 +61,9 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout)
return CAPWAP_RESULT_MSG_UNRECOGNIZED;
}
if (msg->preprocess){
msg->preprocess(conn);
}
cw_dbg(DBG_MSG_ASSEMBLY,"*** Assenmbling message of type %d (%s) ***",
msg->type, msg->name);