renamed capwap directory to cw.
FossilOrigin-Name: 8a43dd9d05a4cb73210243ddd8df2a26f16c7ef2c4d4e36ab446de1f65d88223
This commit is contained in:
17
src/cw/capwap_strings_result.c
Normal file
17
src/cw/capwap_strings_result.c
Normal file
@ -0,0 +1,17 @@
|
||||
#include "capwap.h"
|
||||
|
||||
|
||||
struct cw_strlist_elem capwap_strings_result[] = {
|
||||
|
||||
{CW_RESULT_SUCCESS,"Success"}, /* 0 */
|
||||
{CW_RESULT_MISSING_AC_LIST,"AC List Message Element MUST be Present"}, /* 1 */
|
||||
{CW_RESULT_SUCCESS_NAT,"Success - NAT Detected"}, /* 2 */
|
||||
{CW_RESULT_RESET_UNABLE_TO_RESET,"Reset Failure - Unable to Reset"}, /* 10 */
|
||||
{CW_RESULT_IMAGE_DATA_INVALID_CHECKSUM,"Image Data Error (Invalid Checksum)"}, /* 14 */
|
||||
{CW_RESULT_IMAGE_DATA_ERROR,"Image Data Error (Unspecified)"}, /* 16 */
|
||||
{CW_RESULT_MISSING_MAND_ELEM,"Missing Mandatory Message Element"}, /* 20 */
|
||||
|
||||
{CW_STR_STOP,"Unknown Result Code"}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user