More work on CAPWAP VM
FossilOrigin-Name: 9d9a86d2bafe31253a6f505e874f188792539485bb4462f4d778e6c53ac3000b
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
#include "capwap.h"
|
||||
|
||||
struct cw_strlist capwap_strings_state[] = {
|
||||
struct cw_str capwap_strings_state[] = {
|
||||
{ CW_STATE_DISCOVERY, "Discovery" },
|
||||
{ CW_STATE_JOIN,"Join" },
|
||||
{ CW_STATE_RUN,"Run" },
|
||||
{ CW_STATE_CONFIGURE,"Configure" },
|
||||
{ 0,"Undefined" }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user