items added.

FossilOrigin-Name: 935e98e0821c2890ff9db80f08886a27dfaae035aa40eef17ca5f86f2d69023f
This commit is contained in:
7u83@mail.ru 2016-04-02 09:35:46 +00:00
parent 3cc4e8adbe
commit c216f2b06b
1 changed files with 9 additions and 0 deletions

View File

@ -10,5 +10,14 @@ extern struct cw_itemdef capwap80211_itemdefs[];
extern struct cw_itemdef capwap80211_radioitemdefs[];
/* 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[];
#endif