Supported rates

FossilOrigin-Name: 0b15a2de57f9e273f69aca269779e92019d58ea27b7059a124ace00db6c3b9eb
This commit is contained in:
7u83@mail.ru
2016-03-28 08:46:24 +00:00
parent 2b696b582a
commit 9f15b14d74
2 changed files with 14 additions and 0 deletions

View File

@ -16,6 +16,10 @@ const char CW_RADIO_COUNTRY_STRING[]="country_string";
const char CW_RADIO_DECRYPTION_ERROR_REPORT_PERIOD[]="decryption_error_report_period";
const char CW_RADIO_SUPPORTED_RATES[]="supported_rates";
/* Cisco */
const char CW_RADIO_OCCUPANCY_LIMIT[]="occupancy_limit";
@ -29,6 +33,7 @@ struct cw_itemdef capwap_radioitemdefs[] = {
{CW_RADIO_DECRYPTION_ERROR_REPORT_PERIOD,CW_ITEM_NONE,MBAG_WORD},
{CW_RADIO_BSSID,CW_ITEM_NONE,MBAG_BSTR16},
{CW_RADIO_SUPPORTED_RATES,CW_ITEM_NONE,MBAG_DATA},
{CW_ITEM_NONE}
};
@ -90,3 +95,5 @@ int cw_radio_set_all_admin_states(mbag_t radios,int state, int cause)
return 1;
}