Modified for radio operational state stuff.

FossilOrigin-Name: df14e3747316012ff520ba6e8b9c033c1d57cfb690d160d331e33ee7f0bbe9e1
This commit is contained in:
7u83@mail.ru
2014-08-21 19:37:02 +00:00
parent e797083529
commit fc9bf8399c
3 changed files with 5 additions and 0 deletions

View File

@ -384,6 +384,8 @@ extern int cw_readelem_ac_name(uint8_t **dst, int type,uint8_t *msgelem, int len
extern int cw_readelem_wtp_reboot_statistics(struct wtp_reboot_statistics *s, int type,uint8_t *msgelem, int len);
extern int cw_readelem_cw_local_ip_addr(struct sockaddr * local_ip, int type, uint8_t * msgelem, int len);
extern int cw_readelem_radio_administrative_state(struct radioinfo * radioinfo, int type,uint8_t *msgelem, int len);
extern int cw_readelem_radio_operational_state(struct radioinfo * radioinfo, int type,uint8_t *msgelem, int len);
extern int cw_readelem_statistics_timer(uint16_t *timer, int type, uint8_t * msgelem, int len);
extern int cw_readelem_result_code(uint32_t *result_code, int type, uint8_t * msgelem, int len);