actube/src/cw/capwap80211_items.h

15 lines
310 B
C

#ifndef __CAPWAP80211_ITEMS_H
#define __CAPWAP80211_ITEMS_H
#include "item.h"
extern const char CW_RADIOITEM80211_SUPPORTED_RATES[];
extern const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[];
extern struct cw_itemdef capwap80211_itemdefs[];
extern struct cw_itemdef capwap80211_radioitemdefs[];
#endif