tmp some debug prints...

FossilOrigin-Name: 311aafde6350c9399cda9e3296e4bdada1278afecb8a0405a85ca36468994e1b
This commit is contained in:
7u83@mail.ru
2016-03-07 17:56:02 +00:00
parent 59f2ceffbd
commit 260b0f953f
5 changed files with 28 additions and 13 deletions

View File

@ -250,8 +250,6 @@ static cw_action_in_t actions_in[] = {
,
/* Vendor Specific Payload - Join Request*/
{
.capwap_state = CW_STATE_JOIN,
@ -268,7 +266,6 @@ static cw_action_in_t actions_in[] = {
.elem_id = CW_ELEM_MAXIMUM_MESSAGE_LENGTH,
.start = cw_in_generic2,
.item_id = CW_ITEM_MAXIMUM_MESSAGE_LENGTH,
.mand = 0,
.min_len = 2,
.max_len = 2
}
@ -282,10 +279,22 @@ static cw_action_in_t actions_in[] = {
{
.capwap_state = CW_STATE_CONFIGURE,
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
// .end = cw_in_check_join_req
.end = cw_in_check_generic_resp
}
,
{
.capwap_state = CW_STATE_CONFIGURE,
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
.elem_id = CW_ELEM_AC_NAME,
.item_id = CW_ITEM_AC_NAME,
.start = cw_in_generic2,
.min_len = 1,
.max_len = 512,
.mand = 1
}
,

View File

@ -325,7 +325,7 @@ static cw_action_out_t actions_out[] = {
}
,
/* Radio Admin State - Config Status Request */
{
/* {
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
.item_id = CW_ITEM_RADIO_ADMINISTRATIVE_STATE,
.out = cw_out_radio_administrative_states,
@ -333,6 +333,7 @@ static cw_action_out_t actions_out[] = {
.mand = 1
}
,
*/