diff --git a/src/cw/capwap_cisco.h b/src/cw/capwap_cisco.h index 89d09e4f..22f55471 100644 --- a/src/cw/capwap_cisco.h +++ b/src/cw/capwap_cisco.h @@ -101,13 +101,18 @@ #define CW_CISCO_TLV_PAYLOAD 215 #define CW_CISCO_AP_LOG_FACILITY 224 +#define CW_CISCO_OPER_STATE_DETAIL_CAUSE 235 + + #define CW_CISCO_AP_RETRANSMIT_PARAM 240 + +#define CW_CISCO_DOT11_CONFIG_CHECKER 242 + #define CW_CISCO_AP_VENUE_SETTINGS 249 #define CW_CISCO_AP_LED_FLASH_CONFIG 254 - /** * Add a Cisco AP Timesync message element to a buffer * @param dst destination buffer diff --git a/src/cw/cw_cisco_id_to_str.c b/src/cw/cw_cisco_id_to_str.c index b231308d..ac2e01fc 100644 --- a/src/cw/cw_cisco_id_to_str.c +++ b/src/cw/cw_cisco_id_to_str.c @@ -149,6 +149,13 @@ const char * cw_cisco_id_to_str(int elem_id) return "Broadcast SSID Mode"; case CW_CISCO_AP_LED_FLASH_CONFIG: return "Spam AP LED Flash Config"; + + case CW_CISCO_OPER_STATE_DETAIL_CAUSE: + return "Radio Oper State Detail Cause"; + + case CW_CISCO_DOT11_CONFIG_CHECKER: + return "Dot11 Config Checker"; + default: return "Unknown";