/freebsd/sys/dev/malo/ |
H A D | if_malohal.h | 169 uint8_t mcastrate; /* rate for multicast frames */ member
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_tx.c | 164 ridx = rate2ridx(tp->mcastrate); in rtwn_tx_data()
|
/freebsd/sys/net80211/ |
H A D | _ieee80211.h | 414 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member
|
H A D | ieee80211_proto.c | 377 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach() 381 vap->iv_txparms[i].mcastrate = in ieee80211_proto_vattach() 386 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()
|
H A D | ieee80211_tdma.c | 129 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
|
H A D | ieee80211_ioctl.c | 2333 if (src->mcastrate != dst->mcastrate) { in ieee80211_ioctl_settxparams() 2334 if (!checkrate(rs, src->mcastrate) && in ieee80211_ioctl_settxparams() 2335 (!is11n || !checkmcs(rs_ht, src->mcastrate))) in ieee80211_ioctl_settxparams()
|
H A D | ieee80211_ddb.c | 1009 printrate("mcastrate", tp->mcastrate); in _db_show_txparams()
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 1678 _APPLY_RATE1(flags, txparams, mcastrate, rate); in set80211mcastrate() 1680 _APPLY_RATE(flags, txparams, mcastrate, rate); in set80211mcastrate() 4447 if (tp->mgmtrate == 0 && tp->mcastrate == 0) in list_txparams() 4459 get_rate_value(tp->mcastrate), in list_txparams() 4460 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams() 4469 get_rate_value(tp->mcastrate), in list_txparams() 4470 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams() 4478 tp->mcastrate/2, tp->maxretry); in list_txparams() 4484 tp->mcastrate/2, tp->maxretry); in list_txparams() 5163 printrate("mcastrate", tp->mcastrate, 2*1, in ieee80211_status()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tdma.c | 279 rix = ath_tx_findrix(sc, tp->mcastrate); in ath_tdma_config()
|
H A D | if_ath.c | 6306 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate); in ath_newassoc()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 1111 ctx->scratch->int1 = txparam->mcastrate; in op_wlan_tx_params() 1112 txparam->mcastrate = val->v.integer * 2; in op_wlan_tx_params() 1141 txparam->mcastrate = ctx->scratch->int1; in op_wlan_tx_params() 1165 val->v.integer = txparam->mcastrate / 2; in op_wlan_tx_params()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_ural.c | 1224 rate = tp->mcastrate; in ural_tx_data()
|
H A D | if_rum.c | 1643 rate = tp->mcastrate; in rum_tx_data()
|
H A D | if_zyd.c | 2457 rate = tp->mcastrate; in zyd_tx_start()
|
H A D | if_rsu.c | 2775 rate = tp->mcastrate; in rsu_tx_start()
|
H A D | if_urtw.c | 1732 rate = tp->mcastrate; in urtw_tx_start()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 3689 ridx = iwm_tx_rateidx_global_lookup(sc, tp->mcastrate); in iwm_tx_fill_cmd() 3691 "%s: MCAST (%d)\n", __func__, tp->mcastrate); in iwm_tx_fill_cmd()
|
/freebsd/sys/dev/otus/ |
H A D | if_otus.c | 2279 rate = otus_rate_to_hw_rate(sc, tp->mcastrate); in otus_tx()
|
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 1429 rate = tp->mcastrate; in rt2661_tx_data()
|
H A D | rt2560.c | 1738 rate = tp->mcastrate; in rt2560_tx_data()
|
H A D | rt2860.c | 1491 rate = tp->mcastrate; in rt2860_tx()
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwi.c | 2942 rate = rate_fb = tp->mcastrate; in bwi_encap()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 1031 rates.McastRate = tp->mcastrate; in mwl_setrates()
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi.c | 2818 rate = tp->mcastrate; in wpi_tx_data()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 6419 rate = rate_fb = tp->mcastrate; in bwn_set_txhdr()
|