Add management backend for close WTP sessions or reset a WTP

This commit is contained in:
vemax78
2013-11-10 22:11:56 +01:00
parent 5f635602ce
commit df4161dae7
7 changed files with 56 additions and 15 deletions

View File

@ -4,6 +4,11 @@
/* */
#define SOAP_NAMESPACE_URI "http://smartcapwap/namespace"
/* Reset notification */
struct ac_notify_reset_t {
struct capwap_imageidentifier_element startupimage;
};
/* */
int ac_backend_start(void);
void ac_backend_stop(void);