Note needed.
FossilOrigin-Name: 9e03517b7926599fc6ff2d9624c242ad49a174a26437ff0873f1c5f27e6145ee
This commit is contained in:
parent
8b84135610
commit
9ba2c11f5b
@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "capwap.h"
|
|
||||||
#include "cwmsg.h"
|
|
||||||
#include "radioinfo.h"
|
|
||||||
|
|
||||||
void cwmsg_addelem_radio_operational_state(struct cwmsg * cwmsg, struct radioinfo * ri)
|
|
||||||
{
|
|
||||||
uint8_t s[3];
|
|
||||||
s[0]=ri->rid;
|
|
||||||
s[1]=ri->state;
|
|
||||||
s[2]=ri->cause;
|
|
||||||
|
|
||||||
cwmsg_addelem(cwmsg,CW_ELEM_RADIO_OPERATIONAL_STATE,s,3);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user