New items
FossilOrigin-Name: a0add7ef28ad8bf38a6a764a920125ed5da63490961d90ee22fa07751b8fbbc3
This commit is contained in:
parent
04201158cb
commit
369855667c
@ -8,6 +8,8 @@ const char CW_ITEM_IDLE_TIMEOUT[]="idle_timeout";
|
||||
const char CW_ITEM_DISCOVERY_TYPE[]="discovery_type";
|
||||
const char CW_ITEM_WTP_NAME[]="wtp_name";
|
||||
const char CW_ITEM_ECN_SUPPORT[]="ecn_support";
|
||||
const char CW_ITEM_WTP_FALLBACK[]="wtp_fallback";
|
||||
|
||||
|
||||
|
||||
const char CW_ITEM_WTP_MAC_TYPE[]="wtp_mac_type";
|
||||
@ -100,6 +102,7 @@ struct cw_itemdef capwap_itemdefs[] = {
|
||||
|
||||
{CW_ITEM_WTP_NAME,CW_ITEM_NONE,MBAG_STR},
|
||||
{CW_ITEM_WTP_MAC_TYPE,CW_ITEM_NONE,MBAG_BYTE},
|
||||
{CW_ITEM_WTP_FALLBACK,CW_ITEM_NONE,MBAG_BYTE},
|
||||
|
||||
|
||||
/* Reboot Statistics */
|
||||
@ -162,11 +165,14 @@ cisco_items or so */
|
||||
|
||||
const char CW_RADIOITEM_ADMIN_STATE[]="admin_state";
|
||||
const char CW_RADIOITEM_OPER_STATE[]="oper_state";
|
||||
const char CW_RADIOITEM_DECRYPTION_ERROR_REPORT_PERIOD[]="decryption_error_report_period";
|
||||
|
||||
|
||||
struct cw_itemdef capwap_radiodefs[] = {
|
||||
{CW_RADIOITEM_ADMIN_STATE,CW_ITEM_NONE,MBAG_BYTE},
|
||||
{CW_RADIOITEM_OPER_STATE,CW_ITEM_NONE,MBAG_WORD},
|
||||
|
||||
{CW_RADIOITEM_DECRYPTION_ERROR_REPORT_PERIOD},
|
||||
|
||||
{CW_ITEM_NONE}
|
||||
};
|
||||
|
@ -78,6 +78,7 @@
|
||||
extern const char CW_ITEM_IDLE_TIMEOUT[];
|
||||
extern const char CW_ITEM_DISCOVERY_TYPE[];
|
||||
extern const char CW_ITEM_WTP_NAME[];
|
||||
extern const char CW_ITEM_WTP_FALLBACK[];
|
||||
|
||||
/*
|
||||
extern const char CW_ITEM_WTP_BOARD_VENDOR,
|
||||
@ -194,6 +195,7 @@ extern const char CW_ITEM_ECN_SUPPORT[];
|
||||
|
||||
extern const char CW_RADIOITEM_ADMIN_STATE[];
|
||||
extern const char CW_RADIOITEM_OPER_STATE[];
|
||||
extern const char CW_RADIOITEM_DECRYPTION_ERROR_REPORT_PERIOD[];
|
||||
|
||||
|
||||
extern struct cw_itemdef capwap_itemdefs[];
|
||||
|
@ -8,11 +8,14 @@
|
||||
|
||||
const char CIPWAP_ITEM_SSH_ENABLE[]="ssh_enable";
|
||||
const char CIPWAP_ITEM_TELNET_ENABLE[]="telnet_enable";
|
||||
const char CIPWAP_ITEM_AP_HASH_VALUE[]="ap_hash_value";
|
||||
|
||||
struct cw_itemdef cipwap_itemdefs[] = {
|
||||
|
||||
{CIPWAP_ITEM_TELNET_ENABLE,CW_ITEM_NONE,MBAG_BYTE},
|
||||
{CIPWAP_ITEM_SSH_ENABLE,CW_ITEM_NONE,MBAG_BYTE},
|
||||
{CIPWAP_ITEM_AP_HASH_VALUE,CW_ITEM_NONE,MBAG_BSTR16},
|
||||
|
||||
{CW_ITEM_NONE}
|
||||
|
||||
};
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
extern const char CIPWAP_ITEM_SSH_ENABLE[];
|
||||
extern const char CIPWAP_ITEM_TELNET_ENABLE[];
|
||||
extern const char CIPWAP_ITEM_AP_HASH_VALUE[];
|
||||
|
||||
extern struct cw_itemdef cipwap_itemdefs[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user