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

12

/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.h171 uint8_t mcastrate; /* rate for multicast frames */ member in struct:malo_hal_txrate
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn_tx.c137 rate = tp->mcastrate;
/freebsd-12-stable/sys/net80211/
H A D_ieee80211.h416 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member in struct:ieee80211_txparam
H A Dieee80211_proto.c381 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS;
385 vap->iv_txparms[i].mcastrate =
390 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL;
H A Dieee80211_tdma.c134 vap->iv_txparms[mode].mcastrate = rate;
H A Dieee80211_ddb.c859 printrate("mcastrate", tp->mcastrate);
H A Dieee80211_ioctl.c2334 if (src->mcastrate != dst->mcastrate) {
2335 if (!checkrate(rs, src->mcastrate) &&
2336 (!is11n || !checkmcs(rs_ht, src->mcastrate)))
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c1675 _APPLY_RATE1(flags, txparams, mcastrate, rate);
1677 _APPLY_RATE(flags, txparams, mcastrate, rate);
4417 if (tp->mgmtrate == 0 && tp->mcastrate == 0)
4429 get_rate_value(tp->mcastrate),
4430 get_mcs_mbs_rate_str(tp->mcastrate),
4439 get_rate_value(tp->mcastrate),
4440 get_mcs_mbs_rate_str(tp->mcastrate),
4448 tp->mcastrate/2, tp->maxretry);
4454 tp->mcastrate/2, tp->maxretry);
5128 printrate("mcastrate", t
[all...]
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_tdma.c281 rix = ath_tx_findrix(sc, tp->mcastrate);
H A Dif_ath.c6246 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate);
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c1114 ctx->scratch->int1 = txparam->mcastrate;
1115 txparam->mcastrate = val->v.integer * 2;
1144 txparam->mcastrate = ctx->scratch->int1;
1168 val->v.integer = txparam->mcastrate / 2;
/freebsd-12-stable/sys/dev/ral/
H A Drt2560.c1744 rate = tp->mcastrate;
H A Drt2661.c1434 rate = tp->mcastrate;
H A Drt2860.c1494 rate = tp->mcastrate;
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_ural.c1233 rate = tp->mcastrate;
H A Dif_rsu.c2776 rate = tp->mcastrate;
H A Dif_rum.c1647 rate = tp->mcastrate;
H A Dif_zyd.c2462 rate = tp->mcastrate;
H A Dif_urtw.c1729 rate = tp->mcastrate;
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c3748 ridx = iwm_tx_rateidx_global_lookup(sc, tp->mcastrate);
3750 "%s: MCAST (%d)\n", __func__, tp->mcastrate);
/freebsd-12-stable/sys/dev/bwi/
H A Dif_bwi.c2944 rate = rate_fb = tp->mcastrate;
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c1035 rates.McastRate = tp->mcastrate;
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c2286 rate = otus_rate_to_hw_rate(sc, tp->mcastrate);
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c2821 rate = tp->mcastrate;
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c6431 rate = rate_fb = tp->mcastrate;

Completed in 582 milliseconds

12