Searched refs:IEEE80211_FIXED_RATE_NONE (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.1-release/sys/dev/ral/
H A Drt2661.c907 if (data->rix != IEEE80211_FIXED_RATE_NONE)
919 if (data->rix != IEEE80211_FIXED_RATE_NONE)
1350 data->rix = IEEE80211_FIXED_RATE_NONE;
1442 data->rix = IEEE80211_FIXED_RATE_NONE;
1483 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
1572 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) {
1577 data->rix = IEEE80211_FIXED_RATE_NONE;
H A Drt2560.c957 if (data->rix != IEEE80211_FIXED_RATE_NONE)
969 if (data->rix != IEEE80211_FIXED_RATE_NONE)
981 if (data->rix != IEEE80211_FIXED_RATE_NONE)
1590 data->rix = IEEE80211_FIXED_RATE_NONE;
1682 data->rix = IEEE80211_FIXED_RATE_NONE;
1799 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
1883 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) {
1888 data->rix = IEEE80211_FIXED_RATE_NONE;
H A Drt2860.c1514 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_proto.c209 vap->iv_txparms[i].ucastrate = IEEE80211_FIXED_RATE_NONE;
502 if (ucastrate != IEEE80211_FIXED_RATE_NONE) {
525 fixedrate = IEEE80211_FIXED_RATE_NONE;
H A Dieee80211_scan_sta.c886 fixedrate = IEEE80211_FIXED_RATE_NONE;
1312 if (ucastRate == IEEE80211_FIXED_RATE_NONE) {
H A Dieee80211_ddb.c820 if (v == IEEE80211_FIXED_RATE_NONE)
H A Dieee80211_var.h79 #define IEEE80211_FIXED_RATE_NONE 0xff macro
H A Dieee80211.c1419 if (vap->iv_txparms[mode].ucastrate != IEEE80211_FIXED_RATE_NONE) {
H A Dieee80211_ioctl.c2159 if (rate == IEEE80211_FIXED_RATE_NONE)
2170 if (mcs == IEEE80211_FIXED_RATE_NONE)
/freebsd-10.1-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.c310 if (tp == NULL || tp->ucastrate == IEEE80211_FIXED_RATE_NONE) {
/freebsd-10.1-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.c283 if (tp == NULL || tp->ucastrate == IEEE80211_FIXED_RATE_NONE) {
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_tdma.c276 if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE)
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c95 #ifndef IEEE80211_FIXED_RATE_NONE
96 #define IEEE80211_FIXED_RATE_NONE 0xff macro
1618 IEEE80211_FIXED_RATE_NONE);
1621 IEEE80211_FIXED_RATE_NONE);
3829 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE)
3845 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE)
4510 IEEE80211_FIXED_RATE_NONE, IEEE80211_FIXED_RATE_NONE);
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_rum.c764 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE)
1238 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE)
H A Dif_ural.c771 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE)
1288 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE)
H A Dif_run.c2013 if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
2149 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE)
3344 if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE)
H A Dif_upgt.c791 if (tp->ucastrate == IEEE80211_FIXED_RATE_NONE) {
H A Dif_zyd.c2501 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE)
H A Dif_urtw.c1733 else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE)
/freebsd-10.1-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c373 if (tp != NULL && tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
/freebsd-10.1-release/sys/dev/malo/
H A Dif_malo.c1845 tp->ucastrate == IEEE80211_FIXED_RATE_NONE ?
/freebsd-10.1-release/sys/dev/wi/
H A Dif_wi.c1745 (tp->ucastrate == IEEE80211_FIXED_RATE_NONE ?
/freebsd-10.1-release/sys/dev/mwl/
H A Dif_mwl.c1080 tp->ucastrate != IEEE80211_FIXED_RATE_NONE ?
3379 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
/freebsd-10.1-release/sys/dev/bwi/
H A Dif_bwi.c2981 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {
/freebsd-10.1-release/sys/dev/wpi/
H A Dif_wpi.c1933 } else if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) {

Completed in 629 milliseconds

12