HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_T_DS (Results 1 - 18 of 18) sorted by relevancy

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

Completed in 46 milliseconds