Configuration Update Request implemented

FossilOrigin-Name: 512ddfe97e9f76c9db9e3d40d6ec54b48951d9aaec609b63994cab263e9dae1f
This commit is contained in:
7u83@mail.ru
2018-04-18 09:00:44 +00:00
parent d786fa1928
commit 25776eaacf
8 changed files with 93 additions and 22 deletions

View File

@ -190,7 +190,7 @@ int cw_put_elem_radio_operational_state(uint8_t * dst, int rid, int state, int c
cw_set_byte(dst+4,rid);
cw_set_byte(dst+5,state);
cw_set_byte(dst+6,cause);
return 3+cw_put_elem_hdr(dst,CW_ELEM_RADIO_OPERATIONAL_STATE,3);
return 3+cw_put_elem_hdr(dst,CAPWAP_ELEM_RADIO_OPERATIONAL_STATE,3);
}
int cw_put_elem_radio_administrative_state(uint8_t * dst, int rid, int state) {