From aa8932b770e3239ec8c4a6d74e0348b31bb4f3e8 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 5 Mar 2018 09:19:54 +0000 Subject: [PATCH] Removed DBX FossilOrigin-Name: 2a496833dd185f9a3364d5a8b6202629138c3b0f17edefc3db893c55e827999e --- src/ac/ac_main.c | 2 +- src/cw/capwap.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ac/ac_main.c b/src/ac/ac_main.c index 4abddd97..022356ac 100644 --- a/src/ac/ac_main.c +++ b/src/ac/ac_main.c @@ -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"); diff --git a/src/cw/capwap.h b/src/cw/capwap.h index 02591739..a563e844 100644 --- a/src/cw/capwap.h +++ b/src/cw/capwap.h @@ -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