More msg elemnts added.
FossilOrigin-Name: dea0597d48d07c7b5551f0140e30a7bee2192a78387f90fcc531ac3e5f6c3b38
This commit is contained in:
parent
48aca158c5
commit
81fa526a57
@ -80,8 +80,10 @@ const char * cw_msgelemtostr(int elem)
|
|||||||
case CWMSGELEM_MTU_DISCOVERY_PADDING:
|
case CWMSGELEM_MTU_DISCOVERY_PADDING:
|
||||||
return "mtu discovery padding";
|
return "mtu discovery padding";
|
||||||
|
|
||||||
/* Radio Administrative State 31
|
case CWMSGELEM_RADIO_ADMINISTRATIVE_STATE:
|
||||||
Radio Operational State 32
|
return "radio administrative state";
|
||||||
|
|
||||||
|
/* Radio Operational State 32
|
||||||
*/
|
*/
|
||||||
case CWMSGELEM_RESULT_CODE:
|
case CWMSGELEM_RESULT_CODE:
|
||||||
return "result code";
|
return "result code";
|
||||||
@ -90,8 +92,10 @@ const char * cw_msgelemtostr(int elem)
|
|||||||
*/
|
*/
|
||||||
case CWMSGELEM_SESSION_ID:
|
case CWMSGELEM_SESSION_ID:
|
||||||
return "session id";
|
return "session id";
|
||||||
/* Statistics Timer 36
|
|
||||||
*/
|
case CWMSGELEM_STATISTICS_TIMER:
|
||||||
|
return "statistics timer";
|
||||||
|
|
||||||
case CWMSGELEM_VENDOR_SPECIFIC_PAYLOAD:
|
case CWMSGELEM_VENDOR_SPECIFIC_PAYLOAD:
|
||||||
return "vendor specific payload";
|
return "vendor specific payload";
|
||||||
|
|
||||||
@ -119,8 +123,13 @@ const char * cw_msgelemtostr(int elem)
|
|||||||
/*
|
/*
|
||||||
Unused/Reserved 46
|
Unused/Reserved 46
|
||||||
WTP Radio Statistics 47
|
WTP Radio Statistics 47
|
||||||
WTP Reboot Statistics 48
|
*/
|
||||||
WTP Static IP Address Information 49
|
|
||||||
|
|
||||||
|
case CWMSGELEM_WTP_REBOOT_STATISTICS:
|
||||||
|
return "wtp reboot statistics";
|
||||||
|
|
||||||
|
/* WTP Static IP Address Information 49
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user