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
}
,

View File

@ -182,8 +182,6 @@ int run_join(struct conn *conn)
int rc = cw_send_request(conn, CW_MSG_JOIN_REQUEST);
if (!cw_rcok(rc)) {
if (rc > 0) {
cw_log(LOG_ERR, "Can't Join AC at %s, AC said: %d - %s.",
@ -244,7 +242,6 @@ int join()
}
printf("Nudel\n");
return 0;