2015-04-10 17:16:33 +02:00
|
|
|
|
|
|
|
|
2016-03-08 20:06:42 +01:00
|
|
|
#include "capwap80211.h"
|
2015-04-10 17:16:33 +02:00
|
|
|
#include "capwap_items.h"
|
|
|
|
|
|
|
|
#define CW_ACTION_IN_80211_WTP_RADIO_INFORMATION \
|
|
|
|
CW_ELEM80211_WTP_RADIO_INFORMATION, /* Element ID*/ \
|
2015-04-26 12:36:53 +02:00
|
|
|
cw_in_radio_generic, 0, /* start/end callback */ \
|
|
|
|
MBAG_DWORD, /* Type of element */ \
|
2015-04-10 17:16:33 +02:00
|
|
|
CW_ITEM_LOCATION_DATA, /* ID to use store */ \
|
|
|
|
5, 5 /* min/max length */
|
|
|
|
|
|
|
|
|