Renamed CW_CONTROL_PORT -> CAPWAP_CONTROL_PORT

FossilOrigin-Name: 8d06edf9b1b889422c94f52e85a8ee510e2010c79343b8ee671e7f3ae0c6f454
This commit is contained in:
7u83@mail.ru
2018-02-23 08:17:26 +00:00
parent 6eb7bea900
commit 7a0cc27e49
5 changed files with 8 additions and 8 deletions

View File

@ -48,12 +48,12 @@
/** CAPWAP Version */
#define CAPWAP_VERSION (0)
#define CW_IANA_ENTERPRISE_NUMBER 0
#define CAPWAP_IANA_ENTERPRISE_NUMBER 0
/** CAPWAP Control Port*/
#define CW_CONTROL_PORT 5246
#define CAPWAP_CONTROL_PORT 5246
/** CAPWAP Control Port as String */
#define CW_CONTROL_PORT_STR "5246"
#define CAPWAP_CONTROL_PORT_STR "5246"
/** CAPWAP Data Port */
#define CAPWAP_DATA_PPORT 5247