Searched refs:IEEE80211_RATE_MCS (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c418 KASSERT(rate & IEEE80211_RATE_MCS, ("not mcs %d", rate));
419 KASSERT((rate &~ IEEE80211_RATE_MCS) < 16, ("bad mcs 0x%x", rate));
/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c210 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
276 #define MCS(_ix) (ni->ni_htrates.rs_rates[_ix] | IEEE80211_RATE_MCS)
326 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
759 #define MCS(_ix) (ni->ni_htrates.rs_rates[_ix] | IEEE80211_RATE_MCS)
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx_ht.c160 if (series[i].Rate & IEEE80211_RATE_MCS) {
H A Dif_ath.c3415 if (sc->sc_rx_th.wr_rate & IEEE80211_RATE_MCS) { /* HT rate */
5237 sc->sc_rixmap[ieeerate | IEEE80211_RATE_MCS] = i;
5249 sc->sc_hwmap[i].ieeerate |= IEEE80211_RATE_MCS;
5423 sc->sc_stats.ast_tx_rate |= IEEE80211_RATE_MCS;
/freebsd-9.3-release/sys/net80211/
H A D_ieee80211.h345 #define IEEE80211_RATE_MCS 0x80 macro
H A Dieee80211_tdma.c91 #define TDMA_TXRATE_11NA_DEFAULT (4 | IEEE80211_RATE_MCS)
94 #define TDMA_TXRATE_11NG_DEFAULT (4 | IEEE80211_RATE_MCS)
H A Dieee80211.c1605 if (rate & IEEE80211_RATE_MCS) {
1606 rate &= ~IEEE80211_RATE_MCS;
1613 if (rate & IEEE80211_RATE_MCS) {
1614 rate &= ~IEEE80211_RATE_MCS;
H A Dieee80211_ddb.c808 else if (v & IEEE80211_RATE_MCS)
809 db_printf(" %s MCS%d", tag, v &~ IEEE80211_RATE_MCS);
H A Dieee80211_proto.c226 vap->iv_txparms[i].mgmtrate = 0 | IEEE80211_RATE_MCS;
227 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS;
H A Dieee80211_scan.c93 #define ROAM_MCS_11N_DEFAULT (1 | IEEE80211_RATE_MCS) /* 11n bss */
H A Dieee80211_ioctl.c410 if (si->isi_txrate & IEEE80211_RATE_MCS) {
412 &ieee80211_htrates[ni->ni_txrate &~ IEEE80211_RATE_MCS];
2124 if ((mcs & IEEE80211_RATE_MCS) == 0) /* MCS always have 0x80 set */
H A Dieee80211_ht.c315 mword = ieee80211_rate2media(ic, index | IEEE80211_RATE_MCS, mode);
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c1487 (_v) = (_v / 2) | IEEE80211_RATE_MCS; \
1493 (_v) = (_v / 2) | IEEE80211_RATE_MCS; \
3765 rp->rate &~ IEEE80211_RATE_MCS);
3769 rp->rate &~ IEEE80211_RATE_MCS);
3797 tp->mgmtrate &~ IEEE80211_RATE_MCS,
3798 tp->mcastrate &~ IEEE80211_RATE_MCS,
3804 tp->ucastrate &~ IEEE80211_RATE_MCS,
3805 tp->mgmtrate &~ IEEE80211_RATE_MCS,
3806 tp->mcastrate &~ IEEE80211_RATE_MCS,
4166 if ((v & IEEE80211_RATE_MCS)
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.c254 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS)
297 KASSERT(rate & IEEE80211_RATE_MCS, ("not mcs %d", rate));
298 KASSERT((rate &~ IEEE80211_RATE_MCS) < 16, ("bad mcs 0x%x", rate));
/freebsd-9.3-release/tools/tools/mwl/mwlstats/
H A Dmwlstats.c294 if (rate & IEEE80211_RATE_MCS)
/freebsd-9.3-release/tools/tools/ath/athstats/
H A Dathstats.c509 if (rate & IEEE80211_RATE_MCS)
510 snprintf(b, bs, "MCS%u", rate &~ IEEE80211_RATE_MCS);
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3152 if (rate & IEEE80211_RATE_MCS) { /* HT MCS */
3495 ni->ni_txrate |= IEEE80211_RATE_MCS;
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2122 wn->ridx[IEEE80211_RATE_MCS | i] = plcp;
4070 rate = IEEE80211_RATE_MCS | txrate;

Completed in 334 milliseconds