some improvements to support Cisco.
FossilOrigin-Name: 9f0d9e58d55f90bd2020ef622b2501bccbb6038972c04550cb06248139b080c5
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
enum capwapmodes {
|
||||
CWMODE_STD = 0,
|
||||
CWMODE_CISCO,
|
||||
CWMODE_CIPWAP,
|
||||
CWMODE_ZYXEL
|
||||
};
|
||||
|
||||
@ -234,9 +235,17 @@ struct capwap_ctrlhdr
|
||||
WTP Radio Statistics 47
|
||||
*/
|
||||
#define CWMSGELEM_WTP_REBOOT_STATISTICS 48
|
||||
|
||||
#define CWMSGELEM_WTP_STATIC_IP_ADDRESS_INFO 49
|
||||
|
||||
/* WTP Static IP Address Information 49
|
||||
*/
|
||||
|
||||
/* Cisco's CAPWAP definitions (CAPWAP draft 7)*/
|
||||
#define CWMSGELEM_WTP_IPV4_IP_ADDR 42
|
||||
#define CWMSGELEM_WTP_IPV6_IP_ADDR 43
|
||||
|
||||
|
||||
|
||||
/* pseudo message elements, defined for libcapwap */
|
||||
|
||||
|
Reference in New Issue
Block a user