More radioitems
FossilOrigin-Name: d12d591d650b0c777c2824f0c505f4459e6371fc81aa3284dd3899f1902a12d2
This commit is contained in:
parent
369855667c
commit
6569c0f1db
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
const char CW_RADIOITEM80211_SUPPORTED_RATES[]="802.11 supported_rates";
|
const char CW_RADIOITEM80211_SUPPORTED_RATES[]="802.11 supported_rates";
|
||||||
const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[]="802.11 radio_info";
|
const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[]="802.11 radio_info";
|
||||||
|
const char CW_RADIOITEM80211_RATE_SET[]="802.11 rate set";
|
||||||
|
|
||||||
/* MAC Operation Items */
|
/* MAC Operation Items */
|
||||||
const char CW_RADIOITEM80211_RTS_THRESHOLD[]="rts_threshold";
|
const char CW_RADIOITEM80211_RTS_THRESHOLD[]="rts_threshold";
|
||||||
@ -15,7 +16,11 @@ const char CW_RADIOITEM80211_LONG_RETRY[]="long_retry";
|
|||||||
const char CW_RADIOITEM80211_TX_MSDU_LIFETIME[]="tx_msdu_lifetime";
|
const char CW_RADIOITEM80211_TX_MSDU_LIFETIME[]="tx_msdu_lifetime";
|
||||||
const char CW_RADIOITEM80211_RX_MSDU_LIFETIME[]="rx_msdu_lifetime";
|
const char CW_RADIOITEM80211_RX_MSDU_LIFETIME[]="rx_msdu_lifetime";
|
||||||
|
|
||||||
|
/* Radio Config Items */
|
||||||
|
const char CW_RADIOITEM80211_SHORT_PREAMBLE[]="short_preamble";
|
||||||
|
const char CW_RADIOITEM80211_NUM_BSS_IDS[]="num_bss_ids";
|
||||||
|
const char CW_RADIOITEM80211_BEACON_PERIOD[]="beacon_period";
|
||||||
|
const char CW_RADIOITEM80211_COUNTRY_STRING[]="country_string";
|
||||||
|
|
||||||
|
|
||||||
struct cw_itemdef capwap80211_itemdefs[] = {
|
struct cw_itemdef capwap80211_itemdefs[] = {
|
||||||
@ -32,6 +37,7 @@ struct cw_itemdef capwap80211_itemdefs[] = {
|
|||||||
struct cw_itemdef capwap80211_radioitemdefs[] = {
|
struct cw_itemdef capwap80211_radioitemdefs[] = {
|
||||||
|
|
||||||
{CW_RADIOITEM80211_SUPPORTED_RATES,CW_ITEM_NONE,CAPWAP80211_TYPE_RATESET},
|
{CW_RADIOITEM80211_SUPPORTED_RATES,CW_ITEM_NONE,CAPWAP80211_TYPE_RATESET},
|
||||||
|
{CW_RADIOITEM80211_RATE_SET,CW_ITEM_NONE,CAPWAP80211_TYPE_RATESET},
|
||||||
{CW_RADIOITEM80211_WTP_RADIO_INFORMATION,CW_ITEM_NONE,MBAG_DWORD},
|
{CW_RADIOITEM80211_WTP_RADIO_INFORMATION,CW_ITEM_NONE,MBAG_DWORD},
|
||||||
|
|
||||||
/* MAC Operation */
|
/* MAC Operation */
|
||||||
@ -42,5 +48,11 @@ struct cw_itemdef capwap80211_radioitemdefs[] = {
|
|||||||
{CW_RADIOITEM80211_TX_MSDU_LIFETIME,CW_ITEM_NONE,MBAG_DWORD},
|
{CW_RADIOITEM80211_TX_MSDU_LIFETIME,CW_ITEM_NONE,MBAG_DWORD},
|
||||||
{CW_RADIOITEM80211_RX_MSDU_LIFETIME,CW_ITEM_NONE,MBAG_DWORD},
|
{CW_RADIOITEM80211_RX_MSDU_LIFETIME,CW_ITEM_NONE,MBAG_DWORD},
|
||||||
|
|
||||||
|
/* Radio Config Items */
|
||||||
|
{CW_RADIOITEM80211_SHORT_PREAMBLE,CW_ITEM_NONE,MBAG_BYTE},
|
||||||
|
{CW_RADIOITEM80211_NUM_BSS_IDS,CW_ITEM_NONE,MBAG_BYTE},
|
||||||
|
{CW_RADIOITEM80211_BEACON_PERIOD,CW_ITEM_NONE,MBAG_WORD},
|
||||||
|
{CW_RADIOITEM80211_COUNTRY_STRING,CW_ITEM_NONE,MBAG_BSTR16},
|
||||||
|
|
||||||
{CW_ITEM_NONE}
|
{CW_ITEM_NONE}
|
||||||
};
|
};
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include "item.h"
|
#include "item.h"
|
||||||
|
|
||||||
extern const char CW_RADIOITEM80211_SUPPORTED_RATES[];
|
extern const char CW_RADIOITEM80211_SUPPORTED_RATES[];
|
||||||
|
extern const char CW_RADIOITEM80211_RATE_SET[];
|
||||||
extern const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[];
|
extern const char CW_RADIOITEM80211_WTP_RADIO_INFORMATION[];
|
||||||
|
|
||||||
extern struct cw_itemdef capwap80211_itemdefs[];
|
extern struct cw_itemdef capwap80211_itemdefs[];
|
||||||
|
Loading…
Reference in New Issue
Block a user