Join request for WTP.

FossilOrigin-Name: 9d1d63ed05e992d9084ef68fda5168a657c4454bc068782c0bfbbdb3ca4a7b4d
This commit is contained in:
7u83@mail.ru
2016-03-05 08:10:04 +00:00
parent 3297370f34
commit 304ee17e4f
2 changed files with 16 additions and 3 deletions

View File

@ -144,6 +144,22 @@ static cw_action_out_t actions_out[] = {
.mand = 1
}
,
/* ---------------------------------------------------------------
* Join Request
*/
/* Discovery Type - Discovery Request */
{
.msg_id = CW_MSG_JOIN_REQUEST,
.elem_id = CW_ELEM_LOCATION_DATA,
.item_id = CW_ITEM_LOCATION_DATA,
.out = cw_out_generic,
.get = cw_out_get_outgoing,
.mand = 1
}
,