Removed DBX
FossilOrigin-Name: 2a496833dd185f9a3364d5a8b6202629138c3b0f17edefc3db893c55e827999e
This commit is contained in:
parent
8e4ad78082
commit
aa8932b770
@ -159,7 +159,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* Warn, if the "secret" debugging feature for
|
||||
developers is turned on ;) */
|
||||
DBGX("Attention! %s", "DBG X is ON!");
|
||||
// DBGX("Attention! %s", "DBG X is ON!");
|
||||
|
||||
// cw_mod_set_mod_path("../../lib/actube");
|
||||
//cw_mod_load("capwap");
|
||||
|
@ -158,6 +158,9 @@
|
||||
#define CAPWAP_MSG_IMAGE_DATA_REQUEST 15
|
||||
#define CAPWAP_MSG_IMAGE_DATA_RESPONSE 16
|
||||
|
||||
/**
|
||||
* A Reset Request message ist sent by the AC to the WTP
|
||||
* to initiate a WTP reset.*/
|
||||
#define CAPWAP_MSG_RESET_REQUEST 17
|
||||
#define CAPWAP_MSG_RESET_RESPONSE 18
|
||||
|
||||
@ -223,8 +226,7 @@
|
||||
#define CW_ELEM_RESERVED_19 19
|
||||
/**
|
||||
* Indicates the AP's Discovery Type
|
||||
* @see CAPWAPDIscoveryTypes
|
||||
*/
|
||||
* @see CAPWAPDIscoveryTypes */
|
||||
#define CAPWAP_ELEM_DISCOVERY_TYPE 20
|
||||
#define CW_ELEM_DUPLICATE_IPV4_ADDRESS 21
|
||||
#define CW_ELEM_DUPLICATE_IPV6_ADRESS 22
|
||||
|
Loading…
Reference in New Issue
Block a user