Added definition for two pseudo message elements
FossilOrigin-Name: 21de2305044ac73e9fa88373cd1fc764f99b9ad6dffcf651f8fa9338c812ab61
This commit is contained in:
parent
57028f414b
commit
f4e99c297b
@ -173,6 +173,9 @@ struct capwap_ctrlhdr
|
||||
|
||||
#define CWMSGELEM_CAPWAP_LOCAL_IPV4_ADDRESS 30
|
||||
#define CWMSGELEM_CAPWAP_LOCAL_IPV6_ADDRESS 50
|
||||
|
||||
|
||||
|
||||
#define CWMSGELEM_CAPWAP_TIMERS 12
|
||||
/* CAPWAP Transport Protocol 51
|
||||
Data Transfer Data 13
|
||||
@ -235,6 +238,13 @@ struct capwap_ctrlhdr
|
||||
*/
|
||||
|
||||
|
||||
/* pseudo message elements, defined for libcapwap */
|
||||
|
||||
#define XCWMSGELEM_CAPWAP_LOCAL_IP_ADDRESS 0x10000 /* means LOCAL_IPV4 or IPV6 ADRESS */
|
||||
#define XCWMSGELEM_CAPWAP_RADIO_INFO 0x20000 /* a radio info element */
|
||||
|
||||
|
||||
|
||||
|
||||
/* wtp board data subelements */
|
||||
#define CWBOARDDATA_MODELNO 0
|
||||
|
Loading…
Reference in New Issue
Block a user