Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
HD_ieee80211.h408 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_proto.c376 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach()
380 vap->iv_txparms[i].mcastrate = in ieee80211_proto_vattach()
385 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()
HDieee80211_tdma.c130 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
HDieee80211_ioctl.c2237 if (src->mcastrate != dst->mcastrate) { in ieee80211_ioctl_settxparams()
2238 if (!checkrate(rs, src->mcastrate) && in ieee80211_ioctl_settxparams()
2239 (!is11n || !checkmcs(src->mcastrate))) in ieee80211_ioctl_settxparams()
HDieee80211_ddb.c861 printrate("mcastrate", tp->mcastrate); in _db_show_txparams()
/dragonfly/sbin/ifconfig/
HDifieee80211.c1628 _APPLY_RATE1(flags, txparams, mcastrate, rate); in set80211mcastrate()
1630 _APPLY_RATE(flags, txparams, mcastrate, rate); in set80211mcastrate()
4085 if (tp->mgmtrate == 0 && tp->mcastrate == 0) in list_txparams()
4093 tp->mcastrate &~ IEEE80211_RATE_MCS, in list_txparams()
4101 tp->mcastrate &~ IEEE80211_RATE_MCS, in list_txparams()
4109 tp->mcastrate/2, tp->maxretry); in list_txparams()
4115 tp->mcastrate/2, tp->maxretry); in list_txparams()
4769 printrate("mcastrate", tp->mcastrate, 2*1, in ieee80211_status()
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tdma.c282 rix = ath_tx_findrix(sc, tp->mcastrate); in ath_tdma_config()
HDif_ath.c5987 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate);
/dragonfly/sys/dev/netif/ral/
HDrt2560.c1837 rate = tp->mcastrate; in rt2560_tx_data()
HDrt2661.c1516 rate = tp->mcastrate; in rt2661_tx_data()
HDrt2860.c1556 rate = tp->mcastrate; in rt2860_tx()
/dragonfly/sys/dev/netif/iwm/
HDif_iwm.c3759 ridx = iwm_tx_rateidx_global_lookup(sc, tp->mcastrate); in iwm_tx_fill_cmd()
3761 "%s: MCAST (%d)\n", __func__, tp->mcastrate); in iwm_tx_fill_cmd()
/dragonfly/sys/bus/u4b/wlan/
HDif_rum.c1625 rate = tp->mcastrate; in rum_tx_data()
HDif_urtwn.c2904 rate = tp->mcastrate; in urtwn_tx_data()
/dragonfly/sys/dev/netif/wpi/
HDif_wpi.c2856 rate = tp->mcastrate; in wpi_tx_data()
/dragonfly/sys/dev/netif/bwn/bwn/
HDif_bwn.c6299 rate = rate_fb = tp->mcastrate; in bwn_set_txhdr()
/dragonfly/sys/dev/netif/iwn/
HDif_iwn.c4512 rate = tp->mcastrate; in iwn_tx_data()