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

/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.h169 uint8_t mcastrate; /* rate for multicast frames */ member in struct:malo_hal_txrate
/freebsd-11-stable/sys/net80211/
H A D_ieee80211.h361 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member in struct:ieee80211_txparam
H A Dieee80211_proto.c371 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS;
375 vap->iv_txparms[i].mcastrate =
380 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL;
H A Dieee80211_tdma.c132 vap->iv_txparms[mode].mcastrate = rate;
H A Dieee80211_ddb.c849 printrate("mcastrate", tp->mcastrate);
H A Dieee80211_ioctl.c2258 if (src->mcastrate != dst->mcastrate) {
2259 if (!checkrate(rs, src->mcastrate) &&
2260 (!is11n || !checkmcs(src->mcastrate)))
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c1589 _APPLY_RATE1(flags, txparams, mcastrate, rate);
1591 _APPLY_RATE(flags, txparams, mcastrate, rate);
3973 if (tp->mgmtrate == 0 && tp->mcastrate == 0)
3982 get_rate_value(tp->mcastrate),
3983 get_mcs_mbs_rate_str(tp->mcastrate),
3992 get_rate_value(tp->mcastrate),
3993 get_mcs_mbs_rate_str(tp->mcastrate),
4001 tp->mcastrate/2, tp->maxretry);
4007 tp->mcastrate/2, tp->maxretry);
4664 printrate("mcastrate", t
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c279 rix = ath_tx_findrix(sc, tp->mcastrate);
H A Dif_ath.c5850 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c1113 ctx->scratch->int1 = txparam->mcastrate;
1114 txparam->mcastrate = val->v.integer * 2;
1143 txparam->mcastrate = ctx->scratch->int1;
1167 val->v.integer = txparam->mcastrate / 2;
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1452 rate = tp->mcastrate;
H A Drt2560.c1761 rate = tp->mcastrate;
H A Drt2860.c1491 rate = tp->mcastrate;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c1247 rate = tp->mcastrate;
H A Dif_rum.c1609 rate = tp->mcastrate;
H A Dif_zyd.c2447 rate = tp->mcastrate;
H A Dif_urtw.c1719 rate = tp->mcastrate;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3541 ridx = iwm_tx_rateidx_global_lookup(sc, tp->mcastrate);
3543 "%s: MCAST (%d)\n", __func__, tp->mcastrate);
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c2952 rate = rate_fb = tp->mcastrate;
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c1037 rates.McastRate = tp->mcastrate;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2799 rate = tp->mcastrate;
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c2931 rate = tp->mcastrate;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c6222 rate = rate_fb = tp->mcastrate;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c4439 rate = tp->mcastrate;

Completed in 553 milliseconds