Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/malo/
H A Dif_malohal.h169 uint8_t mcastrate; /* rate for multicast frames */ member
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.c135 rate = tp->mcastrate; in rtwn_tx_data()
/freebsd/sys/net80211/
H A D_ieee80211.h414 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member
H A Dieee80211_proto.c377 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 Dieee80211_tdma.c129 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
H A Dieee80211_ioctl.c2337 if (src->mcastrate != dst->mcastrate) { in ieee80211_ioctl_settxparams()
2338 if (!checkrate(rs, src->mcastrate) && in ieee80211_ioctl_settxparams()
2339 (!is11n || !checkmcs(rs_ht, src->mcastrate))) in ieee80211_ioctl_settxparams()
H A Dieee80211_ddb.c1004 printrate("mcastrate", tp->mcastrate); in _db_show_txparams()
/freebsd/sbin/ifconfig/
H A Difieee80211.c1674 _APPLY_RATE1(flags, txparams, mcastrate, rate); in set80211mcastrate()
1676 _APPLY_RATE(flags, txparams, mcastrate, rate); in set80211mcastrate()
4443 if (tp->mgmtrate == 0 && tp->mcastrate == 0) in list_txparams()
4455 get_rate_value(tp->mcastrate), in list_txparams()
4456 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams()
4465 get_rate_value(tp->mcastrate), in list_txparams()
4466 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams()
4474 tp->mcastrate/2, tp->maxretry); in list_txparams()
4480 tp->mcastrate/2, tp->maxretry); in list_txparams()
5159 printrate("mcastrate", tp->mcastrate, 2*1, in ieee80211_status()
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c279 rix = ath_tx_findrix(sc, tp->mcastrate); in ath_tdma_config()
H A Dif_ath.c6306 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate); in ath_newassoc()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c1111 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 Dif_ural.c1228 rate = tp->mcastrate; in ural_tx_data()
H A Dif_zyd.c2458 rate = tp->mcastrate; in zyd_tx_start()
H A Dif_rum.c1647 rate = tp->mcastrate; in rum_tx_data()
H A Dif_rsu.c2776 rate = tp->mcastrate; in rsu_tx_start()
H A Dif_urtw.c1734 rate = tp->mcastrate; in urtw_tx_start()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3659 ridx = iwm_tx_rateidx_global_lookup(sc, tp->mcastrate); in iwm_tx_fill_cmd()
3661 "%s: MCAST (%d)\n", __func__, tp->mcastrate); in iwm_tx_fill_cmd()
/freebsd/sys/dev/ral/
H A Drt2560.c1741 rate = tp->mcastrate; in rt2560_tx_data()
H A Drt2661.c1431 rate = tp->mcastrate; in rt2661_tx_data()
H A Drt2860.c1491 rate = tp->mcastrate; in rt2860_tx()
/freebsd/sys/dev/otus/
H A Dif_otus.c2280 rate = otus_rate_to_hw_rate(sc, tp->mcastrate); in otus_tx()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c2942 rate = rate_fb = tp->mcastrate; in bwi_encap()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1034 rates.McastRate = tp->mcastrate; in mwl_setrates()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2818 rate = tp->mcastrate; in wpi_tx_data()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6427 rate = rate_fb = tp->mcastrate; in bwn_set_txhdr()

12