More work on capwap80211

FossilOrigin-Name: bcf767009445b722e4e72bf33e4d57ebf8581d86880a677583b5a56b84ddbcf0
This commit is contained in:
7u83@mail.ru
2018-03-26 12:33:51 +00:00
parent 887e10fcbc
commit b84ee216da
5 changed files with 70 additions and 3 deletions

View File

@ -1,11 +1,13 @@
#ifndef __MOD_CAPWAP80211_H
#define __MOD_CAPWAP80211_H
/*
struct cw_Mod *mod_capwap80211_ac();
struct cw_Mod *mod_capwap80211_wtp();
extern int capwap80211_register_actions_ac(struct cw_actiondef *def);
extern int capwap80211_register_actions_wtp(struct cw_actiondef *def);
*/
#endif