Searched refs:mcastrate (Results 1 – 17 of 17) sorted by relevance
| /dragonfly/sys/netproto/802_11/ |
| HD | _ieee80211.h | 408 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member
|
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211_proto.c | 376 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()
|
| HD | ieee80211_tdma.c | 130 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
|
| HD | ieee80211_ioctl.c | 2237 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()
|
| HD | ieee80211_ddb.c | 861 printrate("mcastrate", tp->mcastrate); in _db_show_txparams()
|
| /dragonfly/sbin/ifconfig/ |
| HD | ifieee80211.c | 1628 _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/ |
| HD | if_ath_tdma.c | 282 rix = ath_tx_findrix(sc, tp->mcastrate); in ath_tdma_config()
|
| HD | if_ath.c | 5987 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate);
|
| /dragonfly/sys/dev/netif/ral/ |
| HD | rt2560.c | 1837 rate = tp->mcastrate; in rt2560_tx_data()
|
| HD | rt2661.c | 1516 rate = tp->mcastrate; in rt2661_tx_data()
|
| HD | rt2860.c | 1556 rate = tp->mcastrate; in rt2860_tx()
|
| /dragonfly/sys/dev/netif/iwm/ |
| HD | if_iwm.c | 3759 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/ |
| HD | if_rum.c | 1625 rate = tp->mcastrate; in rum_tx_data()
|
| HD | if_urtwn.c | 2904 rate = tp->mcastrate; in urtwn_tx_data()
|
| /dragonfly/sys/dev/netif/wpi/ |
| HD | if_wpi.c | 2856 rate = tp->mcastrate; in wpi_tx_data()
|
| /dragonfly/sys/dev/netif/bwn/bwn/ |
| HD | if_bwn.c | 6299 rate = rate_fb = tp->mcastrate; in bwn_set_txhdr()
|
| /dragonfly/sys/dev/netif/iwn/ |
| HD | if_iwn.c | 4512 rate = tp->mcastrate; in iwn_tx_data()
|