Time Sync in Echo Response.

FossilOrigin-Name: bc8758ac568fb3e33b749829352c99624bd226d4f7aa8b63903aca7dc07bc144
This commit is contained in:
7u83@mail.ru 2016-03-20 07:53:15 +00:00
parent 0ec4826478
commit 78752783a8
1 changed files with 17 additions and 3 deletions

View File

@ -173,7 +173,10 @@ static cw_action_in_t actions_in[] = {
static cw_action_out_t actions_out[]={
/* Message Discovery Response */
/* --------------------------------------------------------
* Discovery Response
*/
/* Cisco AP Timesync - Discovery Request
* Important to get the WTP a DTLS connection established
@ -216,9 +219,20 @@ static cw_action_out_t actions_out[]={
.elem_id = CW_ELEM_ECN_SUPPORT,
.item_id = CW_ITEM_ECN_SUPPORT
}
,
/* --------------------------------------------------------
* Echo Response
*/
/* AP Time Sync - Echo Response */
{
.msg_id = CW_MSG_ECHO_RESPONSE,
.vendor_id = CW_VENDOR_ID_CISCO,
.item_id = CW_ITEM_AC_TIMESTAMP,
.elem_id = CW_CISCO_AP_TIMESYNC,
.out = cisco_out_ap_timesync,
.mand = 1
}
,
{0,0}