Added some missing message elements.

FossilOrigin-Name: 53a37c69650f5f33ed79033c3328f194b80fcef22224b93fb0b545ecd27ae906
This commit is contained in:
7u83@mail.ru
2016-03-14 07:20:46 +00:00
parent a625682ac1
commit 6e5bae3735
4 changed files with 84 additions and 3 deletions

View File

@ -21,6 +21,36 @@ static cw_action_in_t actions_wtp_in[] = {
* Discovery Resquest
*/
/* 802.11 Radio Inmformation - Discovery Response */
{
.capwap_state = CW_STATE_DISCOVERY,
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.elem_id = CW_ELEM80211_WTP_RADIO_INFORMATION,
.item_id = "radio_information",
.start = cw_in_radio_generic,
.mand = 1,
.min_len = 5,
.max_len = 5
}
,
/* --------------------------------------------------------
* Join Response
*/
/* 802.11 Radio Inmformation - Join Response */
{
.capwap_state = CW_STATE_JOIN,
.msg_id = CW_MSG_JOIN_RESPONSE,
.elem_id = CW_ELEM80211_WTP_RADIO_INFORMATION,
.item_id = "radio_information",
.start = cw_in_radio_generic,
.mand = 1,
.min_len = 5,
.max_len = 5
}
,
// {0, 0, CW_STATE_DISCOVERY, CW_MSG_DISCOVERY_REQUEST,