More msg elems added.
FossilOrigin-Name: 2fe304a4420e05d3f2dc2ea6497ca224170eca724b0e626cc8814ab4538dfc11
This commit is contained in:
parent
ac337bf841
commit
7f7d763e86
@ -502,7 +502,9 @@ static cw_action_out_t actions_out[]={
|
||||
}
|
||||
,
|
||||
|
||||
/* ---------------------------------------------------
|
||||
|
||||
|
||||
/* --------------------------------------------------------------------------
|
||||
* Join Response Message
|
||||
*/
|
||||
|
||||
@ -562,9 +564,8 @@ static cw_action_out_t actions_out[]={
|
||||
,
|
||||
|
||||
|
||||
|
||||
/* ---------------------------------------------------
|
||||
* Configuration Status Response Message
|
||||
/* --------------------------------------------------------------------------
|
||||
* Configuration Status Response Message - OUT
|
||||
*/
|
||||
|
||||
{
|
||||
|
@ -199,10 +199,26 @@ static cw_action_in_t actions_in[] = {
|
||||
.start = cw_in_generic2,
|
||||
.min_len = 4,
|
||||
.max_len = 4,
|
||||
.mand = 0
|
||||
.mand = 1
|
||||
}
|
||||
,
|
||||
|
||||
/* Capwap Timers - Config Status Resp */
|
||||
{
|
||||
.capwap_state = CW_STATE_CONFIGURE,
|
||||
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
|
||||
.elem_id = CW_ELEM_CAPWAP_TIMERS,
|
||||
.item_id = CW_ITEM_CAPWAP_TIMERS,
|
||||
.start = cw_in_generic2,
|
||||
.min_len = 2,
|
||||
.max_len = 2,
|
||||
.mand = 1
|
||||
}
|
||||
,
|
||||
|
||||
|
||||
|
||||
|
||||
/* Result Code - Config Status Resp */
|
||||
{
|
||||
.capwap_state = CW_STATE_CONFIGURE,
|
||||
|
@ -15,7 +15,6 @@ int configure()
|
||||
|
||||
mbag_del_all(conn->incomming);
|
||||
|
||||
printf("Putting AC NAME\n");
|
||||
mbag_set_str(conn->local,CW_ITEM_AC_NAME,"abc");
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user