From d32829a12bfedcaa689cee90ac7961f6d6ccc745 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 18 Apr 2016 21:27:04 +0000 Subject: [PATCH] Removed old code. FossilOrigin-Name: 015334818a6d73b96dd5aaa9a67d7f9dbacff5092008fa98dacd40f8fb82c98a --- src/cw/capwap_cisco.h | 26 -------------------------- src/cw/cw.h | 5 ----- 2 files changed, 31 deletions(-) diff --git a/src/cw/capwap_cisco.h b/src/cw/capwap_cisco.h index 22f55471..54c47ebd 100644 --- a/src/cw/capwap_cisco.h +++ b/src/cw/capwap_cisco.h @@ -132,32 +132,6 @@ int cw_out_cisco_ap_timesync(struct conn *conn,struct cw_action_out * a,uint8_t -/** - * Add a Cisco RAD Name message element to buffer - * @param dst destination buffer - * @param name RAD name, zero terminated - * @return number of bytes put - */ -//static inline int cw_addelem_cisco_rad_name(uint8_t * dst, uint8_t * name) -//{ -// return cw_addelem_vendor_specific_payload(dst, CW_VENDOR_ID_CISCO, CW_CISCO_RAD_NAME, name, -// strlen((char *) name)); -//} - -/** - * Add a Cisco Group Name message element to buffer - * @param dst destination buffer - * @param name Group name, zero terminated - * @return number of bytes put - */ -/* - -static inline int cw_addelem_cisco_ap_group_name(uint8_t * dst, uint8_t * name){ - return cw_addelem_vendor_specific_payload(dst, CW_VENDOR_ID_CISCO, CW_CISCO_AP_GROUP_NAME, name, - strlen((char *) name)); -} - -*/ static inline int cw_addelem_cisco_ap_regulatory_domain(uint8_t *dst, struct radioinfo * ri){ uint8_t *d=dst+10; diff --git a/src/cw/cw.h b/src/cw/cw.h index 42feb187..c274f4da 100644 --- a/src/cw/cw.h +++ b/src/cw/cw.h @@ -521,11 +521,6 @@ extern int cw_out_capwap_local_ip_address(struct conn *conn, struct cw_action_ou extern int cw_out_wtp_ip_address(struct conn *conn, struct cw_action_out *action, uint8_t * dst); -extern int cw_out_radio_operational_states(struct conn *conn, struct cw_action_out *a, - uint8_t * dst); -extern int cw_out_radio_operational_states_7(struct conn *conn, struct cw_action_out *a, - uint8_t * dst); - /** * With this alias for #cw_out_wtp_ip_address we can