IEEE80211_MODE_MAX
const HAL_RATE_TABLE *sc_rates[IEEE80211_MODE_MAX];
for (mode = IEEE80211_MODE_AUTO; mode < IEEE80211_MODE_MAX; mode++) {
for (mode = IEEE80211_MODE_11A; mode < IEEE80211_MODE_MAX; mode++) {
j < IEEE80211_MODE_MAX; j++) {
for (j = IEEE80211_MODE_11A; j < IEEE80211_MODE_MAX; j++)
j < IEEE80211_MODE_MAX; j++) {
static const struct phyParamType 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] = {
static const u_int8_t logCwMin[IEEE80211_MODE_MAX] = {
struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];