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

12

/freebsd-11-stable/tools/tools/ath/athratestats/
H A Dmain.c96 if (rt->ratecode[rix] & IEEE80211_RATE_MCS)
97 return rt->ratecode[rix] & ~(IEEE80211_RATE_MCS);
107 else if (rt->ratecode[rix] & IEEE80211_RATE_MCS)
/freebsd-11-stable/sys/net80211/
H A Dieee80211_phy.h203 #define IEEE80211_IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS)
H A Dieee80211_phy.c69 #define N(r) (IEEE80211_RATE_MCS | r)
323 code |= IEEE80211_RATE_MCS;
601 KASSERT(rate & IEEE80211_RATE_MCS, ("not mcs %d", rate));
602 KASSERT((rate &~ IEEE80211_RATE_MCS) < 31, ("bad mcs 0x%x", rate));
H A Dieee80211_amrr.c229 rate |= IEEE80211_RATE_MCS;
367 ni->ni_txrate |= IEEE80211_RATE_MCS;
H A D_ieee80211.h348 #define IEEE80211_RATE_MCS 0x80 macro
H A Dieee80211_tdma.c93 #define TDMA_TXRATE_11NA_DEFAULT (4 | IEEE80211_RATE_MCS)
96 #define TDMA_TXRATE_11NG_DEFAULT (4 | IEEE80211_RATE_MCS)
H A Dieee80211.c1956 if (rate & IEEE80211_RATE_MCS) {
1957 rate &= ~IEEE80211_RATE_MCS;
1964 if (rate & IEEE80211_RATE_MCS) {
1965 rate &= ~IEEE80211_RATE_MCS;
H A Dieee80211_ddb.c823 else if (v & IEEE80211_RATE_MCS)
824 db_printf(" %s MCS%d", tag, v &~ IEEE80211_RATE_MCS);
H A Dieee80211_scan.c70 #define ROAM_MCS_11N_DEFAULT (1 | IEEE80211_RATE_MCS) /* 11n bss */
H A Dieee80211_proto.c370 vap->iv_txparms[i].mgmtrate = 0 | IEEE80211_RATE_MCS;
371 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS;
H A Dieee80211_superg.c733 if (ni->ni_txrate & IEEE80211_RATE_MCS)
H A Dieee80211_ioctl.c414 if (si->isi_txrate & IEEE80211_RATE_MCS) {
416 &ieee80211_htrates[ni->ni_txrate &~ IEEE80211_RATE_MCS];
2156 if ((mcs & IEEE80211_RATE_MCS) == 0) /* MCS always have 0x80 set */
H A Dieee80211_ht.c318 mword = ieee80211_rate2media(ic, index | IEEE80211_RATE_MCS, mode);
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c252 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
347 #define MCS(_ix) (ni->ni_htrates.rs_rates[_ix] | IEEE80211_RATE_MCS)
397 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
438 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
487 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
1039 #define MCS(_ix) (ni->ni_htrates.rs_rates[_ix] | IEEE80211_RATE_MCS)
1213 tv->ratecode[y] |= IEEE80211_RATE_MCS;
/freebsd-11-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c413 KASSERT(rate & IEEE80211_RATE_MCS, ("not mcs %d", rate));
414 KASSERT((rate &~ IEEE80211_RATE_MCS) < 16, ("bad mcs 0x%x", rate));
/freebsd-11-stable/tools/tools/ath/athaggrstats/
H A Dathaggrstats.c215 if (rate & IEEE80211_RATE_MCS)
216 snprintf(b, bs, "MCS%u", rate &~ IEEE80211_RATE_MCS);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ioctl.c269 sc->sc_stats.ast_tx_rate |= IEEE80211_RATE_MCS;
H A Dif_ath_rx.c581 } else if (sc->sc_rx_th.wr_rate & IEEE80211_RATE_MCS) { /* HT rate */
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c280 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS)
329 KASSERT(rate & IEEE80211_RATE_MCS, ("not mcs %d", rate));
330 KASSERT((rate &~ IEEE80211_RATE_MCS) < 31, ("bad mcs 0x%x", rate));
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c1521 (_v) = (_v / 2) | IEEE80211_RATE_MCS; \
1527 (_v) = (_v / 2) | IEEE80211_RATE_MCS; \
3933 rp->rate &~ IEEE80211_RATE_MCS);
3937 rp->rate &~ IEEE80211_RATE_MCS);
3953 return (rate & IEEE80211_RATE_MCS) ? "MCS " : "Mb/s";
3959 if (rate & IEEE80211_RATE_MCS)
3960 return (rate &~ IEEE80211_RATE_MCS);
3989 tp->ucastrate &~ IEEE80211_RATE_MCS,
4359 if ((v & IEEE80211_RATE_MCS) == 0) {
4665 IEEE80211_RATE_MCS|
[all...]
/freebsd-11-stable/tools/tools/mwl/mwlstats/
H A Dmwlstats.c296 if (rate & IEEE80211_RATE_MCS)
/freebsd-11-stable/tools/tools/ath/athstats/
H A Dathstats.c531 if (rate & IEEE80211_RATE_MCS)
532 snprintf(b, bs, "MCS%u", rate &~ IEEE80211_RATE_MCS);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c2734 if (rate & IEEE80211_RATE_MCS) {
4280 if (rate & IEEE80211_RATE_MCS) {
4339 if (rate & IEEE80211_RATE_MCS)
4340 cmp_rate |= IEEE80211_RATE_MCS;
4509 } else if ((rate & IEEE80211_RATE_MCS) &&
5268 rate = IEEE80211_RATE_MCS | rs->rs_rates[txrate];
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c1981 if (rate & IEEE80211_RATE_MCS) {
2113 | IEEE80211_RATE_MCS;
2944 rate = IEEE80211_RATE_MCS | 0x4; /* MCS4 */
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c3039 if (rate & IEEE80211_RATE_MCS) { /* HT MCS */
3370 ni->ni_txrate |= IEEE80211_RATE_MCS;

Completed in 266 milliseconds

12