| /freebsd-12-stable/sys/dev/malo/ |
| D | if_malohal.h | 171 uint8_t mcastrate; /* rate for multicast frames */ member
|
| /freebsd-12-stable/sys/dev/rtwn/ |
| D | if_rtwn_tx.c | 137 rate = tp->mcastrate; in rtwn_tx_data()
|
| /freebsd-12-stable/sbin/ifconfig/ |
| D | ifieee80211.c | 1675 _APPLY_RATE1(flags, txparams, mcastrate, rate); in DECL_CMD_FUNC() 1677 _APPLY_RATE(flags, txparams, mcastrate, rate); in DECL_CMD_FUNC() 4417 if (tp->mgmtrate == 0 && tp->mcastrate == 0) in list_txparams() 4429 get_rate_value(tp->mcastrate), in list_txparams() 4430 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams() 4439 get_rate_value(tp->mcastrate), in list_txparams() 4440 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams() 4448 tp->mcastrate/2, tp->maxretry); in list_txparams() 4454 tp->mcastrate/2, tp->maxretry); in list_txparams() 5128 printrate("mcastrate", tp->mcastrate, 2*1, in ieee80211_status()
|
| /freebsd-12-stable/sys/net80211/ |
| D | _ieee80211.h | 416 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member
|
| D | ieee80211_proto.c | 381 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach() 385 vap->iv_txparms[i].mcastrate = in ieee80211_proto_vattach() 390 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()
|
| D | ieee80211_tdma.c | 134 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
|
| D | ieee80211_ioctl.c | 2334 if (src->mcastrate != dst->mcastrate) { in ieee80211_ioctl_settxparams() 2335 if (!checkrate(rs, src->mcastrate) && in ieee80211_ioctl_settxparams() 2336 (!is11n || !checkmcs(rs_ht, src->mcastrate))) in ieee80211_ioctl_settxparams()
|
| D | ieee80211_ddb.c | 859 printrate("mcastrate", tp->mcastrate); in _db_show_txparams()
|
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath_tdma.c | 281 rix = ath_tx_findrix(sc, tp->mcastrate); in ath_tdma_config()
|
| D | if_ath.c | 6246 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate); in ath_newassoc()
|
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| D | wlan_snmp.c | 1114 ctx->scratch->int1 = txparam->mcastrate; in op_wlan_tx_params() 1115 txparam->mcastrate = val->v.integer * 2; in op_wlan_tx_params() 1144 txparam->mcastrate = ctx->scratch->int1; in op_wlan_tx_params() 1168 val->v.integer = txparam->mcastrate / 2; in op_wlan_tx_params()
|
| /freebsd-12-stable/sys/dev/usb/wlan/ |
| D | if_ural.c | 1233 rate = tp->mcastrate; in ural_tx_data()
|
| D | if_rum.c | 1647 rate = tp->mcastrate; in rum_tx_data()
|
| D | if_zyd.c | 2462 rate = tp->mcastrate; in zyd_tx_start()
|
| D | if_rsu.c | 2776 rate = tp->mcastrate; in rsu_tx_start()
|
| D | if_urtw.c | 1729 rate = tp->mcastrate; in urtw_tx_start()
|
| /freebsd-12-stable/sys/dev/iwm/ |
| D | if_iwm.c | 3748 ridx = iwm_tx_rateidx_global_lookup(sc, tp->mcastrate); in iwm_tx_fill_cmd() 3750 "%s: MCAST (%d)\n", __func__, tp->mcastrate); in iwm_tx_fill_cmd()
|
| /freebsd-12-stable/sys/dev/ral/ |
| D | rt2560.c | 1744 rate = tp->mcastrate; in rt2560_tx_data()
|
| D | rt2661.c | 1434 rate = tp->mcastrate; in rt2661_tx_data()
|
| D | rt2860.c | 1494 rate = tp->mcastrate; in rt2860_tx()
|
| /freebsd-12-stable/sys/dev/otus/ |
| D | if_otus.c | 2286 rate = otus_rate_to_hw_rate(sc, tp->mcastrate); in otus_tx()
|
| /freebsd-12-stable/sys/dev/bwi/ |
| D | if_bwi.c | 2944 rate = rate_fb = tp->mcastrate; in bwi_encap()
|
| /freebsd-12-stable/sys/dev/mwl/ |
| D | if_mwl.c | 1035 rates.McastRate = tp->mcastrate; in mwl_setrates()
|
| /freebsd-12-stable/sys/dev/wpi/ |
| D | if_wpi.c | 2821 rate = tp->mcastrate; in wpi_tx_data()
|
| /freebsd-12-stable/sys/dev/bwn/ |
| D | if_bwn.c | 6431 rate = rate_fb = tp->mcastrate; in bwn_set_txhdr()
|