Comments added
FossilOrigin-Name: 71b1943f0012e28f33f11c466d52fe46d41edcfbae8e234eadfef92f7ac3d081
This commit is contained in:
parent
98dd096e46
commit
48062063c2
@ -64,7 +64,6 @@
|
|||||||
* @param type of time
|
* @param type of time
|
||||||
* @return number of bytes put (15)
|
* @return number of bytes put (15)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline int cw_addelem_cisco_ap_timesync(uint8_t * dst, time_t time, uint8_t type)
|
static inline int cw_addelem_cisco_ap_timesync(uint8_t * dst, time_t time, uint8_t type)
|
||||||
{
|
{
|
||||||
cw_put_dword(dst + 10, time);
|
cw_put_dword(dst + 10, time);
|
||||||
@ -106,7 +105,6 @@ static inline int cw_addelem_cisco_ap_group_name(uint8_t * dst, uint8_t * name)
|
|||||||
* This message elemet is basically an LWAPP AC Descriptor
|
* This message elemet is basically an LWAPP AC Descriptor
|
||||||
* encapsulated in a CAPWAP vendor specific payload message
|
* encapsulated in a CAPWAP vendor specific payload message
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline int cw_addelem_cisco_mwar(uint8_t *dst, struct ac_info *acinfo){
|
static inline int cw_addelem_cisco_mwar(uint8_t *dst, struct ac_info *acinfo){
|
||||||
int l = lw_put_ac_descriptor(dst+10,acinfo);
|
int l = lw_put_ac_descriptor(dst+10,acinfo);
|
||||||
return l+cw_put_elem_vendor_hdr(dst,CW_VENDOR_ID_CISCO,CW_CISCO_MWAR,l);
|
return l+cw_put_elem_vendor_hdr(dst,CW_VENDOR_ID_CISCO,CW_CISCO_MWAR,l);
|
||||||
|
Loading…
Reference in New Issue
Block a user