| /dragonfly/tools/tools/net80211/scripts/ |
| HD | setup.fixed | 12 ifconfig $WLAN ucastrate 24:a ucastrate 7
|
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211_proto.c | 358 vap->iv_txparms[i].ucastrate = IEEE80211_FIXED_RATE_NONE; in ieee80211_proto_vattach() 641 int okrate, badrate, fixedrate, ucastrate; in ieee80211_fix_rate() local 647 ucastrate = vap->iv_txparms[ieee80211_chan2mode(ni->ni_chan)].ucastrate; in ieee80211_fix_rate() 648 if (ucastrate != IEEE80211_FIXED_RATE_NONE) { in ieee80211_fix_rate() 661 if (ucastrate & 0x80) { in ieee80211_fix_rate() 664 } else if ((ucastrate & 0x80) == 0) { in ieee80211_fix_rate() 669 ucastrate &= IEEE80211_RATE_VAL; in ieee80211_fix_rate() 704 if (r == ucastrate) in ieee80211_fix_rate() 745 fixedrate != ucastrate)) { in ieee80211_fix_rate() 749 fixedrate, ucastrate); in ieee80211_fix_rate()
|
| HD | ieee80211_scan_sta.c | 886 int i, j, nrs, r, okrate, badrate, fixedrate, ucastrate; in check_rate() local 895 ucastrate = vap->iv_txparms[ieee80211_chan2mode(chan)].ucastrate; in check_rate() 904 if (r == ucastrate) in check_rate() 933 if (okrate == 0 || ucastrate != fixedrate) in check_rate() 1318 ucastRate = vap->iv_txparms[mode].ucastrate; in sta_roam_check()
|
| HD | ieee80211_tdma.c | 129 vap->iv_txparms[mode].ucastrate = rate; in settxparms()
|
| HD | ieee80211_ioctl.c | 2231 if (src->ucastrate != dst->ucastrate) { in ieee80211_ioctl_settxparams() 2232 if (!checkrate(rs, src->ucastrate) && in ieee80211_ioctl_settxparams() 2233 (!is11n || !checkmcs(src->ucastrate))) in ieee80211_ioctl_settxparams()
|
| HD | ieee80211.c | 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()
|
| HD | ieee80211_ddb.c | 860 printrate("ucastrate", tp->ucastrate); in _db_show_txparams()
|
| /dragonfly/sys/dev/netif/ath/ath_rate/onoe/ |
| HD | onoe.c | 286 if (tp == NULL || tp->ucastrate == IEEE80211_FIXED_RATE_NONE) { in ath_rate_ctl_start() 312 for (; srate >= 0 && RATE(srate) != tp->ucastrate; srate--) in ath_rate_ctl_start()
|
| /dragonfly/sys/dev/netif/ath/ath_rate/amrr/ |
| HD | amrr.c | 313 if (tp == NULL || tp->ucastrate == IEEE80211_FIXED_RATE_NONE) { in ath_rate_ctl_start() 339 for (; srate >= 0 && RATE(srate) != tp->ucastrate; srate--) in ath_rate_ctl_start()
|
| /dragonfly/sys/dev/netif/ath/ath_rate/sample/ |
| HD | sample.c | 360 if (MCS(srate) == tp->ucastrate) in ath_rate_get_static_rix() 361 return sc->sc_rixmap[tp->ucastrate]; in ath_rate_get_static_rix() 366 if (RATE(srate) == tp->ucastrate) in ath_rate_get_static_rix() 367 return sc->sc_rixmap[tp->ucastrate]; in ath_rate_get_static_rix() 382 if (tp != NULL && tp->ucastrate != IEEE80211_FIXED_RATE_NONE) { in ath_rate_update_static_rix()
|
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_ath_tdma.c | 279 if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in ath_tdma_config() 280 rix = ath_tx_findrix(sc, tp->ucastrate); in ath_tdma_config()
|
| /dragonfly/sys/netproto/802_11/ |
| HD | _ieee80211.h | 406 uint8_t ucastrate; /* ucast data rate (legacy/MCS|0x80) */ member
|
| /dragonfly/sbin/ifconfig/ |
| HD | ifieee80211.c | 1662 _APPLY1(flags, txparams, ucastrate, in set80211ucastrate() 1665 _APPLY(flags, txparams, ucastrate, in set80211ucastrate() 1671 _APPLY_RATE1(flags, txparams, ucastrate, rate); in set80211ucastrate() 1673 _APPLY_RATE(flags, txparams, ucastrate, rate); in set80211ucastrate() 4088 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) in list_txparams() 4099 tp->ucastrate &~ IEEE80211_RATE_MCS, in list_txparams() 4104 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) in list_txparams() 4114 tp->ucastrate/2, tp->mgmtrate/2, in list_txparams() 4767 printrate("ucastrate", tp->ucastrate, in ieee80211_status()
|
| /dragonfly/sys/dev/netif/ral/ |
| HD | rt2560.c | 1840 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) { in rt2560_tx_data() 1841 rate = tp->ucastrate; in rt2560_tx_data() 1935 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) { in rt2560_tx_data()
|
| HD | rt2661.c | 1519 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) { in rt2661_tx_data() 1520 rate = tp->ucastrate; in rt2661_tx_data() 1618 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) { in rt2661_tx_data()
|
| HD | rt2860.c | 1559 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) { in rt2860_tx() 1560 rate = tp->ucastrate; in rt2860_tx()
|
| /dragonfly/sys/bus/u4b/wlan/ |
| HD | if_rum.c | 990 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) in rum_newstate() 1626 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in rum_tx_data() 1627 rate = tp->ucastrate; in rum_tx_data()
|
| HD | if_run.c | 2020 if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) { in run_media_change() 2025 rs_rates[tp->ucastrate] & IEEE80211_RATE_VAL; in run_media_change() 2156 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) in run_newstate() 3342 if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in run_tx()
|
| HD | if_urtwn.c | 2905 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in urtwn_tx_data() 2906 rate = tp->ucastrate; in urtwn_tx_data() 3036 (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) || in urtwn_tx_data()
|
| /dragonfly/sys/dev/netif/wi/ |
| HD | if_wi.c | 1741 (tp->ucastrate == IEEE80211_FIXED_RATE_NONE ? in wi_write_txrate() 1742 rates[0] : rates[tp->ucastrate / 2])); in wi_write_txrate()
|
| /dragonfly/sys/dev/netif/iwm/ |
| HD | if_iwm.c | 3762 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) { in iwm_tx_fill_cmd() 3763 ridx = iwm_tx_rateidx_global_lookup(sc, tp->ucastrate); in iwm_tx_fill_cmd() 3765 "%s: FIXED_RATE (%d)\n", __func__, tp->ucastrate); in iwm_tx_fill_cmd()
|
| /dragonfly/sys/dev/netif/wpi/ |
| HD | if_wpi.c | 2857 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in wpi_tx_data() 2858 rate = tp->ucastrate; in wpi_tx_data()
|
| /dragonfly/sys/dev/netif/bwn/bwn/ |
| HD | if_bwn.c | 6300 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in bwn_set_txhdr() 6301 rate = rate_fb = tp->ucastrate; in bwn_set_txhdr()
|
| /dragonfly/sys/dev/netif/iwn/ |
| HD | if_iwn.c | 4513 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) in iwn_tx_data() 4514 rate = tp->ucastrate; in iwn_tx_data()
|