cw_out_capwap_local_ip_address_7 added.
FossilOrigin-Name: 7f2fa4a2c67e2cad9601f6860933b07048a13b317dd1f0976bca680ce9a89769
This commit is contained in:
parent
cb5b30d0df
commit
8c8cd5dd3f
@ -451,9 +451,16 @@ extern int cw_in_radio_operational_state(struct conn *conn, struct cw_action_in
|
|||||||
*/
|
*/
|
||||||
extern int cw_out_capwap_local_ip_address(struct conn *conn, struct cw_action_out *action,
|
extern int cw_out_capwap_local_ip_address(struct conn *conn, struct cw_action_out *action,
|
||||||
uint8_t * dst);
|
uint8_t * dst);
|
||||||
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);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this alias for #cw_out_wtp_ip_address we can
|
||||||
|
* can hav more consitent naming, when implement draft 7
|
||||||
|
* specific stuff
|
||||||
|
*/
|
||||||
|
#define cw_out_capwap_local_ip_address_7 cw_out_wtp_ip_address
|
||||||
|
|
||||||
extern int cw_out_wtp_reboot_statistics(struct conn *conn, struct cw_action_out *a,
|
extern int cw_out_wtp_reboot_statistics(struct conn *conn, struct cw_action_out *a,
|
||||||
uint8_t * dst);
|
uint8_t * dst);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user