Symbol: IEEE80211_MODE_MAX
sys/dev/ic/athvar.h
220
const HAL_RATE_TABLE *sc_rates[IEEE80211_MODE_MAX];
sys/net80211/ieee80211.c
405
for (mode = IEEE80211_MODE_AUTO; mode < IEEE80211_MODE_MAX; mode++) {
sys/net80211/ieee80211.c
500
for (mode = IEEE80211_MODE_11A; mode < IEEE80211_MODE_MAX; mode++) {
sys/net80211/ieee80211.c
641
j < IEEE80211_MODE_MAX; j++) {
sys/net80211/ieee80211.c
683
for (j = IEEE80211_MODE_11A; j < IEEE80211_MODE_MAX; j++)
sys/net80211/ieee80211_ioctl.c
626
j < IEEE80211_MODE_MAX; j++) {
sys/net80211/ieee80211_proto.c
571
static const struct phyParamType phyParamForAC_BE[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
580
static const struct phyParamType phyParamForAC_BK[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
589
static const struct phyParamType phyParamForAC_VI[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
598
static const struct phyParamType phyParamForAC_VO[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
608
static const struct phyParamType bssPhyParamForAC_BE[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
617
static const struct phyParamType bssPhyParamForAC_VI[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
626
static const struct phyParamType bssPhyParamForAC_VO[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
731
static const paramType phyParam[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_proto.c
802
static const u_int8_t logCwMin[IEEE80211_MODE_MAX] = {
sys/net80211/ieee80211_var.h
118
struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];