Symbol: IEEE80211_T_DS
sys/dev/ath/ath_rate/sample/sample.h
176
case IEEE80211_T_DS:
sys/dev/bwi/bwimac.c
1422
case IEEE80211_T_DS:
sys/dev/bwi/if_bwi.c
2900
else if (modtype == IEEE80211_T_DS)
sys/dev/bwi/if_bwi.c
2966
if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_DS &&
sys/dev/bwi/if_bwi.c
460
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ipw/if_ipw.c
274
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ral/rt2860.c
1525
if (rt2860_rates[ridx].phy == IEEE80211_T_DS) {
sys/dev/ral/rt2860.c
1771
if (rt2860_rates[ridx].phy == IEEE80211_T_DS) {
sys/dev/ral/rt2860reg.h
980
{ 2, 0, IEEE80211_T_DS, 0, 314, 314 },
sys/dev/ral/rt2860reg.h
981
{ 4, 1, IEEE80211_T_DS, 1, 258, 162 },
sys/dev/ral/rt2860reg.h
982
{ 11, 2, IEEE80211_T_DS, 2, 223, 127 },
sys/dev/ral/rt2860reg.h
983
{ 22, 3, IEEE80211_T_DS, 3, 213, 117 },
sys/dev/usb/wlan/if_mtw.c
3017
if (rt2860_rates[ridx].phy == IEEE80211_T_DS) {
sys/dev/usb/wlan/if_mtwreg.h
969
{ 2, 0, IEEE80211_T_DS, 0, 314, 314 },
sys/dev/usb/wlan/if_mtwreg.h
970
{ 4, 1, IEEE80211_T_DS, 1, 258, 162 },
sys/dev/usb/wlan/if_mtwreg.h
971
{ 11, 2, IEEE80211_T_DS, 2, 223, 127 },
sys/dev/usb/wlan/if_mtwreg.h
972
{ 22, 3, IEEE80211_T_DS, 3, 213, 117 },
sys/dev/usb/wlan/if_run.c
3397
if (rt2860_rates[ridx].phy == IEEE80211_T_DS) {
sys/dev/usb/wlan/if_run.c
516
{ 2, 0, IEEE80211_T_DS, 0, 314, 314 },
sys/dev/usb/wlan/if_run.c
517
{ 4, 1, IEEE80211_T_DS, 1, 258, 162 },
sys/dev/usb/wlan/if_run.c
518
{ 11, 2, IEEE80211_T_DS, 2, 223, 127 },
sys/dev/usb/wlan/if_run.c
519
{ 22, 3, IEEE80211_T_DS, 3, 213, 117 },
sys/dev/wtap/if_wtap.c
647
ic->ic_phytype = IEEE80211_T_DS;
sys/net80211/_ieee80211.h
50
#define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */