implementation of mavl kv (not working)
FossilOrigin-Name: a20911b2dd992b0d382428c232b804b76e625985e574722931aa2fb163bedeaa
This commit is contained in:
@ -85,10 +85,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//#define LWAPP_PACKET_PREAMBLE (CW_VERSION<<4)
|
||||
//#define LWAPP_DTLS_PACKET_PREAMBLE (CW_VERSION<<4|1)
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#define LW_MSG_DISCOVERY_REQUEST 1
|
||||
@ -277,17 +277,23 @@ static inline int lw_put_elem_hdr(uint8_t *dst,uint8_t type,uint16_t len)
|
||||
|
||||
extern int lw_put_cisco_path_mtu(uint8_t *dst, uint16_t max, uint16_t padding);
|
||||
#define lw_put_certificate(dst,cert,len) lw_put_data(dst,cert,len)
|
||||
//extern int lw_put_ac_descriptor(uint8_t * dst, struct ac_info * acinfo);
|
||||
|
||||
/*
|
||||
//extern int lw_put_ac_descriptor(uint8_t * dst, struct ac_info * acinfo);
|
||||
*/
|
||||
|
||||
/* function proto types */
|
||||
|
||||
/*
|
||||
//extern uint16_t lw_checksum(uint8_t *d,int len);
|
||||
//extern int lw_readelem_wtp_board_data(struct wtpinfo *wtpinfo, int type, uint8_t *msgelem, int len);
|
||||
*/
|
||||
|
||||
extern int lw_readelem_wtp_name(bstr_t * dst, int type, uint8_t * msgelem, int len);
|
||||
|
||||
|
||||
/*
|
||||
//extern int lw_put_80211_wtp_wlan_radio_configuration(uint8_t*dst,struct radioinfo *ri);
|
||||
*/
|
||||
|
||||
extern const char * lw_vendor_id_to_str(uint32_t vendor_id);
|
||||
extern const char * lw_elem_id_to_str(int elem_id);
|
||||
|
Reference in New Issue
Block a user