prototype for vendor_specific_payload added.

FossilOrigin-Name: c75372b5da3dd03d1840d24f9444433b78eb5b59e89ccf5120163d329d8e7f7c
This commit is contained in:
7u83@mail.ru 2014-08-14 11:41:33 +00:00
parent a7b0f59c87
commit 1e62ab2b1e
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ extern void cwmsg_addelem_cw_local_ip_addr(struct cwmsg *msg, struct conn * conn
extern void cwmsg_addelem_wtp_radio_infos(struct cwmsg * msg,struct radioinfo * radioinfos);
extern void cwmsg_addelem_result_code(struct cwmsg *msg,int rc);
extern void cwmsg_addelem_vendor_specific_payload(struct cwmsg *msg,int vendor_id, int type, uint8_t * payload,int len);
//extern void cwsend_discovery_reponse(struct conn * conn, struct ac_info * acinfo);
//extern int process_msgelems(uint8_t * msgelems, int len,