Searched refs:iv_txparms (Results 1 – 19 of 19) sorted by relevance
358 vap->iv_txparms[i].ucastrate = IEEE80211_FIXED_RATE_NONE; in ieee80211_proto_vattach()375 vap->iv_txparms[i].mgmtrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach()376 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach()378 vap->iv_txparms[i].mgmtrate = in ieee80211_proto_vattach()380 vap->iv_txparms[i].mcastrate = in ieee80211_proto_vattach()384 vap->iv_txparms[i].mgmtrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()385 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()386 vap->iv_txparms[i].maxretry = IEEE80211_TXMAX_DEFAULT; in ieee80211_proto_vattach()647 ucastrate = vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)].ucastrate; in ieee80211_fix_rate()
129 vap->iv_txparms[mode].ucastrate = rate; in settxparms()130 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
700 if (len > sizeof(vap->iv_txparms)) in ieee80211_ioctl_gettxparams()701 len = sizeof(vap->iv_txparms); in ieee80211_ioctl_gettxparams()702 return copyout(vap->iv_txparms, ireq->i_data, len); in ieee80211_ioctl_gettxparams()2227 dst = &vap->iv_txparms[mode]; in ieee80211_ioctl_settxparams()2259 vap->iv_txparms[mode] = parms.params[mode]; in ieee80211_ioctl_settxparams()
280 ni->ni_txparms = &vap->iv_txparms[mode]; in ieee80211_node_setuptxparms()321 ni->ni_txparms = &vap->iv_txparms[mode]; in ieee80211_node_set_chan()1214 ni->ni_txparms = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in ieee80211_alloc_node()
895 ucastrate = vap->iv_txparms[ieee80211_chan2mode(chan)].ucastrate; in check_rate()1318 ucastRate = vap->iv_txparms[mode].ucastrate; in sta_roam_check()
1850 if (vap->iv_txparms[mode].ucastrate != IEEE80211_FIXED_RATE_NONE) { in ieee80211_media_status()1855 vap->iv_txparms[mode].ucastrate, mode); in ieee80211_media_status()
467 ieee80211_phymode_name[i], &vap->iv_txparms[i]); in _db_show_vap()
2299 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)];
989 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in rum_newstate()1499 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in rum_tx_mgt()1623 tp = &vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)]; in rum_tx_data()2152 tp = &vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)]; in rum_set_maxretry()2744 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_bsschan)]; in rum_set_beacon()
2019 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in run_media_change()2155 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in run_newstate()2704 rate = vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)].mgmtrate; in run_newassoc()3333 tp = &vap->iv_txparms[ieee80211_chan2mode(chan)]; in run_tx()
2898 tp = &vap->iv_txparms[ieee80211_chan2mode(chan)]; in urtwn_tx_data()
453 struct ieee80211_txparam iv_txparms[IEEE80211_MODE_MAX]; member
1520 rate = vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)].mgmtrate; in rt2560_tx_bcn()1582 rate = vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)].mgmtrate; in rt2560_tx_mgt()1835 tp = &vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)]; in rt2560_tx_data()
1344 rate = vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)].mgmtrate; in rt2661_tx_mgt()1514 tp = &vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)]; in rt2661_tx_data()
1554 tp = &vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)]; in rt2860_tx()
1739 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_bsschan)]; in wi_write_txrate()
2850 tp = &vap->iv_txparms[ieee80211_chan2mode(chan)]; in wpi_tx_data()
6295 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in bwn_set_txhdr()
4508 tp = &vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)]; in iwn_tx_data()