diff --git a/src/cw/action.h b/src/cw/action.h index c5f47ee1..98923f7a 100644 --- a/src/cw/action.h +++ b/src/cw/action.h @@ -39,17 +39,26 @@ struct conn; + /** * @file action.h * @brief Header for actions */ +#define CW_ACTION_PROTO_CAPWAP 0 +#define CW_ACTION_PROTO_LWAPP 1 + + + + /** * @defgroup ACTION Action * @{ */ + + /** * Definition of an action for incomming messages */