More actions

FossilOrigin-Name: 8cc07ff7f590439a1186c57378e7c9096bf8e363e721afc77ceab2c1a36e5e18
This commit is contained in:
7u83@mail.ru
2016-04-02 14:53:04 +00:00
parent 1a36db841f
commit e9396442de
4 changed files with 77 additions and 11 deletions

View File

@ -47,18 +47,21 @@ static cw_action_in_t actions_wtp_in[] = {
}
,
// {0, 0, CW_STATE_DISCOVERY, CW_MSG_DISCOVERY_REQUEST,
// CW_ACTION_IN_80211_WTP_RADIO_INFORMATION, 1}
/* --------------------------------------------------------
* Discovery Resquest
* Configuration Status Response
*/
// {0, 0, CW_STATE_JOIN, CW_MSG_JOIN_REQUEST,
// CW_ACTION_IN_80211_WTP_RADIO_INFORMATION, 1}
/* Rate Set - Config Status Resp */
{
.capwap_state = CW_STATE_CONFIGURE,
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
.elem_id = CW_ELEM80211_RATE_SET,
.item_id = CW_RADIOITEM80211_RATE_SET,
.start = cw_in_radio_generic
}
,
{0, 0, 0}
};
@ -123,6 +126,7 @@ int capwap80211_register_actions_wtp(struct cw_actiondef *def)
rc+= cw_strheap_register_strings(def->strelem, capwap_strings_elem80211);
rc += cw_itemdefheap_register(def->items,capwap80211_itemdefs);
rc += cw_itemdefheap_register(def->radioitems,capwap80211_radioitemdefs);
/*rc += cw_strheap_register_strings(def->strelem, capwap_strings_elem);
*/