A lot of Cisco stuff added

FossilOrigin-Name: ea4edc78cae6fe99d7b4b29d95a8c30a4672d1d1448c0597f5e65e2a74138b9b
This commit is contained in:
7u83@mail.ru
2018-04-08 14:48:13 +00:00
parent f5b084d2cd
commit ad07cbcf1c
28 changed files with 616 additions and 169 deletions

View File

@ -53,7 +53,7 @@ static struct cw_ElemDef join_response_elements[] = {
static struct cw_MsgDef messages[] = {
{
"Discovery Request",
NULL,
CAPWAP_MSG_DISCOVERY_REQUEST,
CW_ROLE_AC,
discovery_request_states,
@ -61,7 +61,7 @@ static struct cw_MsgDef messages[] = {
}
,
{
"Join Request",
NULL,
CAPWAP_MSG_JOIN_REQUEST,
CW_ROLE_AC,
join_request_states,
@ -69,7 +69,7 @@ static struct cw_MsgDef messages[] = {
}
,
{
"Join Request",
NULL,
CAPWAP_MSG_JOIN_RESPONSE,
CW_ROLE_AC,
join_response_states,