Rename CW_VERSION -> CAPWAP_VERSION
FossilOrigin-Name: ce9db85dbf2ae1600681dbe82b5c6c9105333433e5cb7166fe0787f2a1ff172e
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
*/
|
||||
|
||||
/** CAPWAP Version */
|
||||
#define CW_VERSION (0)
|
||||
#define CAPWAP_VERSION (0)
|
||||
|
||||
#define CW_IANA_ENTERPRISE_NUMBER 0
|
||||
|
||||
@ -94,8 +94,8 @@
|
||||
#define CW_WBID_EPCGLOBAL 3
|
||||
/**@}*/
|
||||
|
||||
#define CAPWAP_PACKET_PREAMBLE (CW_VERSION<<4)
|
||||
#define CAPWAP_DTLS_PACKET_PREAMBLE (CW_VERSION<<4|1)
|
||||
#define CAPWAP_PACKET_PREAMBLE (CAPWAP_VERSION<<4)
|
||||
#define CAPWAP_DTLS_PACKET_PREAMBLE (CAPWAP_VERSION<<4|1)
|
||||
|
||||
/*
|
||||
* control header stuff
|
||||
|
Reference in New Issue
Block a user