From 6c0d1c8df097371d0efa2ed9cef6930b578a4b68 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 28 Mar 2016 14:43:26 +0000 Subject: [PATCH] Items added. FossilOrigin-Name: 83610af90f5a3e6a9d6e022a6b98ff565064fed349a22a7014620901161f974d --- src/cw/capwap80211_items.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/cw/capwap80211_items.c b/src/cw/capwap80211_items.c index 13640fb1..12e17329 100644 --- a/src/cw/capwap80211_items.c +++ b/src/cw/capwap80211_items.c @@ -4,12 +4,15 @@ -const char CW_ITEM_80211_SUPPORTED_RATES[]="supported_rates"; +const char CW_ITEM80211_SUPPORTED_RATES[]="802.11 supported_rates"; +const char CW_ITEM80211_WTP_RADIO_INFORMATION[]="802.11 radio_info"; struct cw_itemdef capwap80211_itemdefs[] = { - {CW_ITEM_80211_SUPPORTED_RATES,CW_ITEM_NONE,CAPWAP80211_TYPE_RATESET}, + {CW_ITEM80211_SUPPORTED_RATES,CW_ITEM_NONE,CAPWAP80211_TYPE_RATESET}, + {CW_ITEM80211_WTP_RADIO_INFORMATION,CW_ITEM_NONE,MBAG_DWORD}, + {CW_ITEM_NONE} };