Added some Cisco message alements.
FossilOrigin-Name: 4fe72d0cb15b761b7aa025731ffb3b25d0ff735ebe607ccda321835510e85864
This commit is contained in:
parent
cbd513792b
commit
15349cc143
@ -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
|
||||
|
@ -150,6 +150,13 @@ const char * cw_cisco_id_to_str(int elem_id)
|
||||
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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user