Symbol: IEEE80211_MODE_MAX
usr/src/uts/common/io/ath/ath_impl.h
271
const HAL_RATE_TABLE *asc_rates[IEEE80211_MODE_MAX]; /* h/w rate */
usr/src/uts/common/io/net80211/net80211_ioctl.c
1663
for (i = 0; i < IEEE80211_MODE_MAX; i++) {
usr/src/uts/common/io/net80211/net80211_ioctl.c
2298
for (i = 0; i < IEEE80211_MODE_MAX; i++) {
usr/src/uts/common/io/net80211/net80211_ioctl.c
562
sizeof (char) * IEEE80211_MODE_MAX * IEEE80211_RATE_MAXSIZE;
usr/src/uts/common/io/net80211/net80211_proto.c
423
ASSERT(mode < IEEE80211_MODE_MAX);
usr/src/uts/common/io/net80211/net80211_proto.c
446
static const paramType phyParamForAC_BE[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
458
static const struct phyParamType phyParamForAC_BK[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
470
static const struct phyParamType phyParamForAC_VI[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
482
static const struct phyParamType phyParamForAC_VO[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
495
static const struct phyParamType bssPhyParamForAC_BE[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
507
static const struct phyParamType bssPhyParamForAC_VI[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
519
static const struct phyParamType bssPhyParamForAC_VO[IEEE80211_MODE_MAX] = {
usr/src/uts/common/io/net80211/net80211_proto.c
636
static const paramType phyParam[IEEE80211_MODE_MAX] = {
usr/src/uts/common/sys/net80211.h
488
struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];