CW_JOIN_REQ... to CAPWAP_JOIN_REQ...

FossilOrigin-Name: 809b5b2014e10f7c70001984d874908d6f6c63198c0883e63ee919c9d89451dd
This commit is contained in:
7u83@mail.ru
2018-02-23 16:23:53 +00:00
parent a54b6ea36c
commit d72cc6ef02
12 changed files with 47 additions and 43 deletions

View File

@ -46,7 +46,7 @@ static cw_action_in_t actions_ac_in[] = {
/* 802.11 Radio Information - Join Request */
{
.capwap_state = CW_STATE_JOIN,
.msg_id = CW_MSG_JOIN_REQUEST,
.msg_id = CAPWAP_MSG_JOIN_REQUEST,
.elem_id = CW_ELEM80211_WTP_RADIO_INFORMATION,
.item_id = CW_RADIOITEM80211_WTP_RADIO_INFORMATION,
.start = cw_in_radio_generic,

View File

@ -84,7 +84,7 @@ cw_action_out_t actions_out[]={
/* 802.11 Radio Information - Join Request */
{
.msg_id = CW_MSG_JOIN_REQUEST,
.msg_id = CAPWAP_MSG_JOIN_REQUEST,
.item_id = CW_ITEM_RADIO_INFOS ,
.elem_id = CW_ELEM80211_WTP_RADIO_INFORMATION,
.out = cw_out_radio_infos,