actube/src/wtp/wtp.h
7u83@mail.ru 8fc3bf9808 Renamed capwap to cw
FossilOrigin-Name: e3db257e0552412e68e3778dc6a224abc3cc756c5a15fd06a02506fc600d448a
2016-03-03 18:51:42 +00:00

22 lines
303 B
C

#ifndef __WTP_H
#define __WTP_H
#include "cw/conn.h"
extern int sulking_state();
extern int join();
extern int discovery();
extern int image_update();
extern int setup_conf(struct conn * conn);
extern int configure();
extern int run();
extern int changestate();
struct conn * get_conn();
#endif