Removed old code.
FossilOrigin-Name: 015334818a6d73b96dd5aaa9a67d7f9dbacff5092008fa98dacd40f8fb82c98a
This commit is contained in:
parent
5f69967391
commit
d32829a12b
@ -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){
|
static inline int cw_addelem_cisco_ap_regulatory_domain(uint8_t *dst, struct radioinfo * ri){
|
||||||
uint8_t *d=dst+10;
|
uint8_t *d=dst+10;
|
||||||
|
@ -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,
|
extern int cw_out_wtp_ip_address(struct conn *conn, struct cw_action_out *action,
|
||||||
uint8_t * dst);
|
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
|
* With this alias for #cw_out_wtp_ip_address we can
|
||||||
|
Loading…
Reference in New Issue
Block a user