IEEE80211_MODE_MAX
const HAL_RATE_TABLE *asc_rates[IEEE80211_MODE_MAX]; /* h/w rate */
for (i = 0; i < IEEE80211_MODE_MAX; i++) {
for (i = 0; i < IEEE80211_MODE_MAX; i++) {
sizeof (char) * IEEE80211_MODE_MAX * IEEE80211_RATE_MAXSIZE;
ASSERT(mode < IEEE80211_MODE_MAX);
static const paramType phyParamForAC_BE[IEEE80211_MODE_MAX] = {
static const struct phyParamType phyParamForAC_BK[IEEE80211_MODE_MAX] = {
static const struct phyParamType phyParamForAC_VI[IEEE80211_MODE_MAX] = {
static const struct phyParamType phyParamForAC_VO[IEEE80211_MODE_MAX] = {
static const struct phyParamType bssPhyParamForAC_BE[IEEE80211_MODE_MAX] = {
static const struct phyParamType bssPhyParamForAC_VI[IEEE80211_MODE_MAX] = {
static const struct phyParamType bssPhyParamForAC_VO[IEEE80211_MODE_MAX] = {
static const paramType phyParam[IEEE80211_MODE_MAX] = {
struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];