Moved Cisco AC DEscriptor to mod/cisco

FossilOrigin-Name: 81866be93b11d3a686a2611244e5fcf3b2e23ffa6087057aeb1827959d458cdc
This commit is contained in:
7u83@mail.ru
2016-02-29 07:18:14 +00:00
parent 546c3ce340
commit d9cb288480
5 changed files with 22 additions and 9 deletions

View File

@ -74,7 +74,8 @@ static cw_action_out_t actions_out[]={
/* Message Discovery Response */
/* Discovery Response AC Descriptor */
/* Cisco AP Timesync - Important to get the WTP a DTLS
* connection established*/
{
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.item_id = CW_ITEM_AC_TIMESTAMP,
@ -83,6 +84,16 @@ static cw_action_out_t actions_out[]={
.out = cisco_out_ap_timesync,
.mand = 1
}
,
/* Discovery Response AC Descriptor */
{
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.item_id = CW_ITEM_AC_DESCRIPTOR,
.elem_id = CW_ELEM_AC_DESCRIPTOR,
.out = cw_out_cisco_ac_descriptor,
.mand = 1
}
,