Home
last modified time | relevance | path

Searched refs:iv_txparms (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_proto.c359 vap->iv_txparms[i].ucastrate = IEEE80211_FIXED_RATE_NONE; in ieee80211_proto_vattach()
376 vap->iv_txparms[i].mgmtrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach()
377 vap->iv_txparms[i].mcastrate = 0 | IEEE80211_RATE_MCS; in ieee80211_proto_vattach()
379 vap->iv_txparms[i].mgmtrate = in ieee80211_proto_vattach()
381 vap->iv_txparms[i].mcastrate = in ieee80211_proto_vattach()
385 vap->iv_txparms[i].mgmtrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()
386 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL; in ieee80211_proto_vattach()
387 vap->iv_txparms[i].maxretry = IEEE80211_TXMAX_DEFAULT; in ieee80211_proto_vattach()
650 ucastrate = vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)].ucastrate; in ieee80211_fix_rate()
H A Dieee80211_tdma.c128 vap->iv_txparms[mode].ucastrate = rate; in settxparms()
129 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
H A Dieee80211_ioctl.c685 if (len > sizeof(vap->iv_txparms)) in ieee80211_ioctl_gettxparams()
686 len = sizeof(vap->iv_txparms); in ieee80211_ioctl_gettxparams()
687 return copyout(vap->iv_txparms, ireq->i_data, len); in ieee80211_ioctl_gettxparams()
2326 dst = &vap->iv_txparms[mode]; in ieee80211_ioctl_settxparams()
2359 vap->iv_txparms[mode] = parms.params[mode]; in ieee80211_ioctl_settxparams()
H A Dieee80211_scan_sta.c932 ucastrate = vap->iv_txparms[ieee80211_chan2mode(chan)].ucastrate; in check_rate()
1364 ucastRate = vap->iv_txparms[mode].ucastrate; in sta_roam_check()
H A Dieee80211_node.c293 ni->ni_txparms = &vap->iv_txparms[mode]; in ieee80211_node_setuptxparms()
334 ni->ni_txparms = &vap->iv_txparms[mode]; in ieee80211_node_set_chan()
1451 ni->ni_txparms = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in ieee80211_alloc_node()
H A Dieee80211_var.h495 struct ieee80211_txparam iv_txparms[IEEE80211_MODE_MAX]; member
H A Dieee80211.c2296 if (vap->iv_txparms[mode].ucastrate != IEEE80211_FIXED_RATE_NONE) { in ieee80211_media_status()
2301 vap->iv_txparms[mode].ucastrate, mode); in ieee80211_media_status()
H A Dieee80211_ddb.c586 ieee80211_phymode_name[i], &vap->iv_txparms[i]); in _db_show_vap()
H A Dieee80211_output.c2637 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in ieee80211_send_probereq()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c736 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in ural_newstate()
1041 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_bsschan)]; in ural_tx_bcn()
H A Dif_rum.c1032 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in rum_newstate()
2772 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_bsschan)]; in rum_set_beacon()
H A Dif_run.c2134 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in run_media_change()
2268 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in run_newstate()
2805 rate = vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)].mgmtrate; in run_newassoc()
H A Dif_upgt.c704 tp = &vap->iv_txparms[ieee80211_chan2mode(ic->ic_curchan)]; in upgt_setup_rates()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1064 rate = vap->iv_txparms[IEEE80211_MODE_11A].mgmtrate; in mwl_seteapolformat()
1067 rate = vap->iv_txparms[IEEE80211_MODE_11G].mgmtrate; in mwl_seteapolformat()
1069 rate = vap->iv_txparms[mode].mgmtrate; in mwl_seteapolformat()
/freebsd/sys/dev/malo/
H A Dif_malo.c1736 const struct ieee80211_txparam *tp = &vap->iv_txparms[mode]; in malo_newstate()
/freebsd/sys/dev/ral/
H A Drt2560.c1458 rate = vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)].mgmtrate; in rt2560_tx_bcn()