Modified for radio operational state stuff.
FossilOrigin-Name: df14e3747316012ff520ba6e8b9c033c1d57cfb690d160d331e33ee7f0bbe9e1
This commit is contained in:
parent
e797083529
commit
fc9bf8399c
@ -115,6 +115,7 @@ CAPWAPOBJS= \
|
||||
cw_readelem_result_code.o\
|
||||
cw_readelem_ac_name.o \
|
||||
cw_readelem_radio_administrative_state.o \
|
||||
cw_readelem_radio_operational_state.o \
|
||||
cw_readelem_statistics_timer.o \
|
||||
cw_readelem_wtp_reboot_statistics.o\
|
||||
cwmsg_addelem_vendor_cisco_ap_timesync.o
|
||||
|
@ -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);
|
||||
|
||||
|
@ -25,6 +25,8 @@ struct radioinfo{
|
||||
int rid;
|
||||
uint32_t type;
|
||||
int admin_state;
|
||||
int state;
|
||||
int cause;
|
||||
uint8_t rmac[8];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user