Home
last modified time | relevance | path

Searched refs:IEEE80211_MODE_MAX (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c423 ASSERT(mode < IEEE80211_MODE_MAX); in ieee80211_setbasicrates()
446 static const paramType phyParamForAC_BE[IEEE80211_MODE_MAX] = {
458 static const struct phyParamType phyParamForAC_BK[IEEE80211_MODE_MAX] = {
470 static const struct phyParamType phyParamForAC_VI[IEEE80211_MODE_MAX] = {
482 static const struct phyParamType phyParamForAC_VO[IEEE80211_MODE_MAX] = {
495 static const struct phyParamType bssPhyParamForAC_BE[IEEE80211_MODE_MAX] = {
507 static const struct phyParamType bssPhyParamForAC_VI[IEEE80211_MODE_MAX] = {
519 static const struct phyParamType bssPhyParamForAC_VO[IEEE80211_MODE_MAX] = {
636 static const paramType phyParam[IEEE80211_MODE_MAX] = { in ieee80211_wme_updateparams()
H A Dnet80211_ioctl.c562 sizeof (char) * IEEE80211_MODE_MAX * IEEE80211_RATE_MAXSIZE; in wifi_cfg_suprates()
1663 for (i = 0; i < IEEE80211_MODE_MAX; i++) { in wl_set_desrates()
2298 for (i = 0; i < IEEE80211_MODE_MAX; i++) { in wl_get_suprates()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h271 const HAL_RATE_TABLE *asc_rates[IEEE80211_MODE_MAX]; /* h/w rate */
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h488 struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];
H A Dnet80211_proto.h92 #define IEEE80211_MODE_MAX (IEEE80211_MODE_11NG + 1) macro