Searched refs:IEEE80211_T_DS (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2860reg.h | 980 { 2, 0, IEEE80211_T_DS, 0, 314, 314 }, 981 { 4, 1, IEEE80211_T_DS, 1, 258, 162 }, 982 { 11, 2, IEEE80211_T_DS, 2, 223, 127 }, 983 { 22, 3, IEEE80211_T_DS, 3, 213, 117 },
|
H A D | rt2860.c | 1522 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in rt2860_tx() 1768 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in rt2860_tx_raw()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_mtwreg.h | 969 { 2, 0, IEEE80211_T_DS, 0, 314, 314 }, 970 { 4, 1, IEEE80211_T_DS, 1, 258, 162 }, 971 { 11, 2, IEEE80211_T_DS, 2, 223, 127 }, 972 { 22, 3, IEEE80211_T_DS, 3, 213, 117 },
|
H A D | if_run.c | 515 { 2, 0, IEEE80211_T_DS, 0, 314, 314 }, 516 { 4, 1, IEEE80211_T_DS, 1, 258, 162 }, 517 { 11, 2, IEEE80211_T_DS, 2, 223, 127 }, 518 { 22, 3, IEEE80211_T_DS, 3, 213, 117 }, 3390 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in run_set_tx_desc()
|
H A D | if_mtw.c | 2982 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in mtw_set_tx_desc()
|
/freebsd/sys/net80211/ |
H A D | _ieee80211.h | 41 IEEE80211_T_DS, /* direct sequence spread spectrum */ enumerator 50 #define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */
|
/freebsd/sys/dev/ath/ath_rate/sample/ |
H A D | sample.h | 176 case IEEE80211_T_DS: in calc_usecs_unicast_packet()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 650 ic->ic_phytype = IEEE80211_T_DS; in wtap_attach()
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwi.c | 460 ic->ic_phytype = IEEE80211_T_DS; in bwi_attach() 2896 else if (modtype == IEEE80211_T_DS) in bwi_plcp_header() 2962 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_DS && in bwi_encap()
|
H A D | bwimac.c | 1422 case IEEE80211_T_DS: in bwi_mac_set_ackrates()
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipw.c | 274 ic->ic_phytype = IEEE80211_T_DS; in ipw_attach()
|