Searched refs:mcastrate (Results 1 – 22 of 22) sorted by relevance
| /freebsd-10-stable/sys/dev/malo/ |
| D | if_malohal.h | 169 uint8_t mcastrate; /* rate for multicast frames */ member
|
| /freebsd-10-stable/sys/net80211/ |
| D | _ieee80211.h | 360 uint8_t mcastrate; /* multicast rate (legacy/MCS|0x80) */ member
|
| D | ieee80211_proto.c | 227 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach() 231 vap->iv_txparms[i].mcastrate = in ieee80211_proto_vattach() 236 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()
|
| D | ieee80211_tdma.c | 129 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
|
| D | ieee80211_ioctl.c | 2262 if (src->mcastrate != dst->mcastrate) { in ieee80211_ioctl_settxparams() 2263 if (!checkrate(rs, src->mcastrate) && in ieee80211_ioctl_settxparams() 2264 (!is11n || !checkmcs(src->mcastrate))) in ieee80211_ioctl_settxparams()
|
| D | ieee80211_ddb.c | 850 printrate("mcastrate", tp->mcastrate); in _db_show_txparams()
|
| /freebsd-10-stable/sbin/ifconfig/ |
| D | ifieee80211.c | 1582 _APPLY_RATE1(flags, txparams, mcastrate, rate); in DECL_CMD_FUNC() 1584 _APPLY_RATE(flags, txparams, mcastrate, rate); in DECL_CMD_FUNC() 3833 if (tp->mgmtrate == 0 && tp->mcastrate == 0) in list_txparams() 3842 get_rate_value(tp->mcastrate), in list_txparams() 3843 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams() 3852 get_rate_value(tp->mcastrate), in list_txparams() 3853 get_mcs_mbs_rate_str(tp->mcastrate), in list_txparams() 3861 tp->mcastrate/2, tp->maxretry); in list_txparams() 3867 tp->mcastrate/2, tp->maxretry); in list_txparams() 4522 printrate("mcastrate", tp->mcastrate, 2*1, in ieee80211_status()
|
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_tdma.c | 279 rix = ath_tx_findrix(sc, tp->mcastrate); in ath_tdma_config()
|
| D | if_ath.c | 5566 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate); in ath_newassoc()
|
| /freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| 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-10-stable/sys/dev/usb/wlan/ |
| D | if_ural.c | 1283 rate = tp->mcastrate; in ural_tx_data()
|
| D | if_rum.c | 1233 rate = tp->mcastrate; in rum_tx_data()
|
| D | if_zyd.c | 2496 rate = tp->mcastrate; in zyd_tx_start()
|
| D | if_urtw.c | 1728 rate = tp->mcastrate; in urtw_tx_start()
|
| /freebsd-10-stable/sys/dev/ral/ |
| D | rt2661.c | 1480 rate = tp->mcastrate; in rt2661_tx_data()
|
| D | rt2560.c | 1796 rate = tp->mcastrate; in rt2560_tx_data()
|
| D | rt2860.c | 1519 rate = tp->mcastrate; in rt2860_tx()
|
| /freebsd-10-stable/sys/dev/bwi/ |
| D | if_bwi.c | 2980 rate = rate_fb = tp->mcastrate; in bwi_encap()
|
| /freebsd-10-stable/sys/dev/wpi/ |
| D | if_wpi.c | 1932 rate = tp->mcastrate; in wpi_tx_data()
|
| /freebsd-10-stable/sys/dev/mwl/ |
| D | if_mwl.c | 1074 rates.McastRate = tp->mcastrate; in mwl_setrates()
|
| /freebsd-10-stable/sys/dev/iwn/ |
| D | if_iwn.c | 3606 rate = tp->mcastrate; in iwn_tx_data()
|
| /freebsd-10-stable/sys/dev/bwn/ |
| D | if_bwn.c | 9623 rate = rate_fb = tp->mcastrate; in bwn_set_txhdr()
|