Home
last modified time | relevance | path

Searched refs:IEEE80211_T_DS (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/dev/ral/
HDrt2860reg.h974 { 2, 0, IEEE80211_T_DS, 0, 314, 314 },
975 { 4, 1, IEEE80211_T_DS, 1, 258, 162 },
976 { 11, 2, IEEE80211_T_DS, 2, 223, 127 },
977 { 22, 3, IEEE80211_T_DS, 3, 213, 117 },
HDrt2860.c1525 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in rt2860_tx()
1775 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in rt2860_tx_raw()
/NextBSD/sys/net80211/
HD_ieee80211.h41 IEEE80211_T_DS, /* direct sequence spread spectrum */ enumerator
49 #define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */
/NextBSD/sys/dev/ath/ath_rate/sample/
HDsample.h177 case IEEE80211_T_DS: in calc_usecs_unicast_packet()
/NextBSD/sys/dev/wtap/
HDif_wtap.c633 ic->ic_phytype = IEEE80211_T_DS; in wtap_attach()
/NextBSD/sys/dev/usb/wlan/
HDif_run.c475 { 2, 0, IEEE80211_T_DS, 0, 314, 314 },
476 { 4, 1, IEEE80211_T_DS, 1, 258, 162 },
477 { 11, 2, IEEE80211_T_DS, 2, 223, 127 },
478 { 22, 3, IEEE80211_T_DS, 3, 213, 117 },
3217 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in run_set_tx_desc()
/NextBSD/sys/dev/bwi/
HDif_bwi.c461 ic->ic_phytype = IEEE80211_T_DS; in bwi_attach()
2876 else if (modtype == IEEE80211_T_DS) in bwi_plcp_header()
2948 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_DS && in bwi_encap()
HDbwimac.c1422 case IEEE80211_T_DS: in bwi_mac_set_ackrates()
/NextBSD/sys/dev/wi/
HDif_wi.c326 ic->ic_phytype = IEEE80211_T_DS; in wi_attach()
/NextBSD/sys/dev/ipw/
HDif_ipw.c272 ic->ic_phytype = IEEE80211_T_DS; in ipw_attach()
/NextBSD/sys/dev/if_ndis/
HDif_ndis.c736 ic->ic_phytype = IEEE80211_T_DS; in ndis_80211attach()