Symbol: IEEE80211_T_DS
sys/dev/ic/an.c
271
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ic/arn5008.c
1546
if (athn_rates[ridx[i]].phy == IEEE80211_T_DS &&
sys/dev/ic/arn9003.c
1706
if (athn_rates[ridx[i]].phy == IEEE80211_T_DS &&
sys/dev/ic/athnvar.h
159
{ 2, 0x1b, 0, IEEE80211_T_DS },
sys/dev/ic/athnvar.h
160
{ 4, 0x1a, 1, IEEE80211_T_DS },
sys/dev/ic/athnvar.h
161
{ 11, 0x19, 1, IEEE80211_T_DS },
sys/dev/ic/athnvar.h
162
{ 22, 0x18, 1, IEEE80211_T_DS },
sys/dev/ic/athrate-sample.h
228
case IEEE80211_T_DS:
sys/dev/ic/atw.c
772
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ic/awi.c
232
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ic/awi.c
902
if (ic->ic_phytype == IEEE80211_T_DS &&
sys/dev/ic/bwi.c
1032
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ic/rt2860.c
1698
if (rt2860_rates[ridx].phy == IEEE80211_T_DS) {
sys/dev/ic/rt2860reg.h
1058
{ 2, 0, IEEE80211_T_DS, 0, 314, 314 },
sys/dev/ic/rt2860reg.h
1059
{ 4, 1, IEEE80211_T_DS, 1, 258, 162 },
sys/dev/ic/rt2860reg.h
1060
{ 11, 2, IEEE80211_T_DS, 2, 223, 127 },
sys/dev/ic/rt2860reg.h
1061
{ 22, 3, IEEE80211_T_DS, 3, 213, 117 },
sys/dev/ic/rtw.c
3829
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/ic/wi.c
426
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/pci/if_ipw.c
255
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/usb/if_atu.c
1416
ic->ic_phytype = IEEE80211_T_DS;
sys/dev/usb/if_run.c
2619
if (rt2860_rates[ridx].phy == IEEE80211_T_DS) {
sys/net80211/_ieee80211.h
43
#define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */
sys/net80211/ieee80211_ioctl.c
1904
if (ic->ic_phytype == IEEE80211_T_DS)
sys/net80211/ieee80211_ioctl.c
259
if (ic->ic_phytype == IEEE80211_T_DS)
sys/net80211/ieee80211_ioctl.c
583
if (ic->ic_phytype != IEEE80211_T_DS ||
sys/net80211/ieee80211_ioctl.c
821
if (ic->ic_phytype == IEEE80211_T_DS)
sys/net80211/ieee80211_ioctl.c
951
if (ic->ic_phytype == IEEE80211_T_DS)