Rename CW_ -> CAPWAP_
FossilOrigin-Name: 815905c068277bbfc6cf94cea5cbf44bb71258d56d748028b865ab76346ba085
This commit is contained in:
@ -133,9 +133,14 @@ typedef struct{
|
||||
int op;
|
||||
}cw_msgelemprops_t;
|
||||
|
||||
#define CW_RECEIVER_AC 1
|
||||
#define CW_RECEIVER_WTP 1
|
||||
|
||||
struct cw_MsgDef{
|
||||
int type;
|
||||
int * states;
|
||||
int type; /**< Message type */
|
||||
int * states; /**< states in wich the message is allowed */
|
||||
int receiver; /**< Who can receive this message */
|
||||
|
||||
cw_msgelemprops_t * elements;
|
||||
const char * name;
|
||||
};
|
||||
|
Reference in New Issue
Block a user