2016-03-28 16:44:37 +02:00
|
|
|
#ifndef __CAPWAP80211_ITEMS_H
|
|
|
|
#define __CAPWAP80211_ITEMS_H
|
2016-03-28 16:42:18 +02:00
|
|
|
|
2016-03-28 16:44:37 +02:00
|
|
|
#include "item.h"
|
2016-03-28 16:42:18 +02:00
|
|
|
|
2016-04-02 09:05:07 +02:00
|
|
|
extern const char CW_RADIOITEM80211_SUPPORTED_RATES[];
|
|
|
|
extern const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[];
|
2016-03-28 16:44:37 +02:00
|
|
|
|
|
|
|
extern struct cw_itemdef capwap80211_itemdefs[];
|
2016-04-02 09:05:07 +02:00
|
|
|
extern struct cw_itemdef capwap80211_radioitemdefs[];
|
|
|
|
|
2016-03-28 16:42:18 +02:00
|
|
|
|
2016-04-02 11:35:46 +02:00
|
|
|
/* MAC Operation Items */
|
|
|
|
extern const char CW_RADIOITEM80211_RTS_THRESHOLD[];
|
|
|
|
extern const char CW_RADIOITEM80211_FRAGMENTATION_THRESHOLD[];
|
|
|
|
extern const char CW_RADIOITEM80211_SHORT_RETRY[];
|
|
|
|
extern const char CW_RADIOITEM80211_LONG_RETRY[];
|
|
|
|
extern const char CW_RADIOITEM80211_TX_MSDU_LIFETIME[];
|
|
|
|
extern const char CW_RADIOITEM80211_RX_MSDU_LIFETIME[];
|
|
|
|
|
|
|
|
|
2016-03-28 16:42:18 +02:00
|
|
|
#endif
|
|
|
|
|