From 4c5833ed8bad7eb4b84a272862b617fbe2a499a8 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Wed, 17 Feb 2016 12:40:01 +0000 Subject: [PATCH] Added definitions for data port FossilOrigin-Name: beefa7608b889a3ac4bbb84c5c486471b56c66f8603e0e34b99f2f3ffd497bab --- src/capwap/lwapp.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/capwap/lwapp.h b/src/capwap/lwapp.h index 09577f9c..366be57d 100644 --- a/src/capwap/lwapp.h +++ b/src/capwap/lwapp.h @@ -27,11 +27,6 @@ #include "bstr.h" - -//#include "wtpinfo.h" - - - /** * @defgroup LWAPPConstants LWAPP Constats * @{ @@ -42,8 +37,14 @@ #define LW_VERSION 0 /** LWAPP Control Port */ -#define LWAPP_CONTROL_PORT 12223 +#define LWAPP_CONTROL_PORT 12222 /** LWAPP Control Port as string */ +#define LWAPP_CONTROL_PORT_STR "12222" + +/** LWAPP Data Port */ +#define LWAPP_DATA_PRT 12223 + +/** LWAPP Data Port as String */ #define LWAPP_CONTROL_PORT_STR "12223" /** Block Size for Image Data */