More actions

FossilOrigin-Name: deaf6a36a8c96a51334dc48fd11342be80831d9033af59be50a00246478387fd
This commit is contained in:
7u83@mail.ru
2016-03-28 08:50:23 +00:00
parent 062db3c567
commit d5add1d384
2 changed files with 35 additions and 7 deletions

View File

@ -272,6 +272,20 @@ static cw_action_out_t actions_out[]={
}
,
{
/* Cisco's APs complain about msg elements of type
45 (WTP Name). So it ist silenced here.
But the method her used to licence the element
isn't effective. TODO: There shuld be a way to remove
or replace such elemenns */
.msg_id = CW_MSG_CONFIGURATION_UPDATE_REQUEST,
.item_id = CW_ITEM_WTP_NAME,
.elem_id = CW_ELEM_WTP_NAME,
}
,
{
.msg_id = CW_MSG_CONFIGURATION_UPDATE_REQUEST,
.item_id = CW_ITEM_WTP_NAME,