Now Sending back the same radio information msg elems got in discovery request.
FossilOrigin-Name: d7d0837829c4a6e85e4f5b5d16873051cb3a1b4a1b1c1cfc8856b91129a38e96
This commit is contained in:
parent
2a7587cdc1
commit
b640b2ed3c
@ -36,7 +36,7 @@ void cwsend_discovery_response(struct conn * conn,int seqnum, struct radioinfo *
|
|||||||
cwmsg_addelem_ac_descriptor(cwmsg,acinfo);
|
cwmsg_addelem_ac_descriptor(cwmsg,acinfo);
|
||||||
cwmsg_addelem(cwmsg,CWMSGELEM_AC_NAME,(uint8_t*)acinfo->ac_name,strlen((char*)acinfo->ac_name));
|
cwmsg_addelem(cwmsg,CWMSGELEM_AC_NAME,(uint8_t*)acinfo->ac_name,strlen((char*)acinfo->ac_name));
|
||||||
|
|
||||||
cwmsg_addelem_wtp_radio_infos(cwmsg,acinfo->radioinfos);
|
cwmsg_addelem_wtp_radio_infos(cwmsg,wtpinfo->radioinfo);
|
||||||
cwmsg_addelem_ctrl_ip_addrs(cwmsg,acinfo);
|
cwmsg_addelem_ctrl_ip_addrs(cwmsg,acinfo);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user