ac descriptor, struct reader
FossilOrigin-Name: 3b8718025cc9d01c66afddbc09fda047e4c78427fe342d8a800ba066eae62270
This commit is contained in:
@ -299,8 +299,8 @@
|
||||
#define CW_SUBELEM_WTP_BOOTLOADER_VERSION 2
|
||||
#define CW_SUBELEM_WTP_OTHERSOFTWARE_VERSION 3
|
||||
|
||||
#define CW_SUBELEM_AC_HARDWARE_VERSION 4
|
||||
#define CW_SUBELEM_AC_SOFTWARE_VERSION 5
|
||||
#define CAPWAP_SUBELEM_AC_HARDWARE_VERSION 4
|
||||
#define CAPWAP_SUBELEM_AC_SOFTWARE_VERSION 5
|
||||
|
||||
|
||||
/* Frame tunnnel mode bits */
|
||||
@ -524,7 +524,7 @@ enum cw_reboot_failure_types {
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
struct cwimage_data {
|
||||
uint8_t *data;
|
||||
uint8_t type;
|
||||
@ -546,7 +546,7 @@ extern void cw_send_image_file(struct conn *conn, FILE * infile);
|
||||
extern int cw_readmsg_configuration_status_response(uint8_t * elems, int elems_len);
|
||||
extern int cw_readmsg_configuration_update_request(uint8_t * elems, int elems_len);
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/* Message to text stuff */
|
||||
|
||||
@ -561,9 +561,6 @@ extern struct cw_StrListElem mbag_item_strings[];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#define cw_strmsg(id) cw_strlist_get_str(capwap_strings_msg,id)
|
||||
#define cw_strelem(id) cw_strlist_get_str(capwap_strings_elem,id)
|
||||
#define cw_strstate(id) cw_strlist_get_str(capwap_strings_state,id)
|
||||
|
Reference in New Issue
Block a user