diff --git a/src/capwap/lwapp_cisco.h b/src/capwap/lwapp_cisco.h index 82a8e07b..b898e2a4 100644 --- a/src/capwap/lwapp_cisco.h +++ b/src/capwap/lwapp_cisco.h @@ -19,6 +19,9 @@ #ifndef __LWAPP_CISCO_H #define __LWAPP_CISCO_H +#include + +#include "lwapp.h" #define LW_VENDOR_CISCO 4232704 @@ -32,9 +35,10 @@ extern int lw_put_cisco_path_mtu(uint8_t *dst, uint16_t max, uint16_t padding); + +/* #define lw_addelem_cisco_path_mtu(dst,max,padding) \ - lw_put_elem_hdr(dst,LW_ELEM_VENDOR_SPECIFIC,lw_put_cisco_path_mth(dst,max,padding)) - - + lw_put_elem_hdr(dst,LW_ELEM_VENDOR_SPECIFIC,lw_put_cisco_path_mtu(dst,max,padding)) +*/ #endif