Loads itemdefs.
FossilOrigin-Name: 0ca61360c729760ec444f0b194346a2205d903edd1f8ce77a37d4d5113a4a926
This commit is contained in:
parent
bddf9fd47e
commit
8f76ba022d
@ -5,6 +5,7 @@
|
||||
#include "cw/capwap.h"
|
||||
#include "cw/capwap80211.h"
|
||||
#include "cw/capwap_items.h"
|
||||
#include "cw/capwap80211_items.h"
|
||||
#include "cw/radio.h"
|
||||
|
||||
//#include "capwap_80211_actions.h"
|
||||
@ -126,6 +127,9 @@ int capwap80211_register_actions_wtp(struct cw_actiondef *def)
|
||||
rc+=cw_actionlist_out_register_actions(def->out, actions_out);
|
||||
|
||||
rc+= cw_strheap_register_strings(def->strelem, capwap_strings_elem80211);
|
||||
|
||||
rc += cw_itemdefheap_register(def->items,capwap80211_itemdefs);
|
||||
|
||||
/*rc += cw_strheap_register_strings(def->strelem, capwap_strings_elem);
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user