Radio items added.

FossilOrigin-Name: e3acfdac2d9a2f811d11fbdcbc36582c4d2d709457e951812e710549b74f8ccf
This commit is contained in:
7u83@mail.ru 2016-04-02 08:23:29 +00:00
parent 62a6281b60
commit 9876ce40c2
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ struct cw_itemdef capwap80211_itemdefs[] = {
const char CW_RADIOITEM80211_SUPPORTED_RATES[]="802.11 supported_rates";
const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[]="802.11 radio_info";
/* MAC Operation Items */
const char CW_RADIOITEM80211_RTS_THRESHOLD[]="rts_threshold";
const char CW_RADIOITEM80211_FRAGMENTATION_THRESHOLD[]="fragmentation_threshold";
const char CW_RADIOITEM80211_SHORT_RETRY[]="short_retry";
const char CW_RADIOITEM80211_LONG_RETRY[]="long_retry";