Searched refs:IEEE80211_T_DS (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | athnvar.h | 136 { 2, 0x1b, 0, IEEE80211_T_DS }, 137 { 4, 0x1a, 1, IEEE80211_T_DS }, 138 { 11, 0x19, 1, IEEE80211_T_DS }, 139 { 22, 0x18, 1, IEEE80211_T_DS },
|
H A D | mtwreg.h | 966 { 2, 0, IEEE80211_T_DS, 0, 314, 314 }, 967 { 4, 1, IEEE80211_T_DS, 1, 258, 162 }, 968 { 11, 2, IEEE80211_T_DS, 2, 223, 127 }, 969 { 22, 3, IEEE80211_T_DS, 3, 213, 117 },
|
H A D | rt2860reg.h | 1082 { 2, 0, IEEE80211_T_DS, 0, 314, 314 }, 1083 { 4, 1, IEEE80211_T_DS, 1, 258, 162 }, 1084 { 11, 2, IEEE80211_T_DS, 2, 223, 127 }, 1085 { 22, 3, IEEE80211_T_DS, 3, 213, 117 },
|
H A D | acx100.c | 278 sc->sc_ic.ic_phytype = IEEE80211_T_DS; in acx100_set_param()
|
H A D | ar5008.c | 1585 if (athn_rates[ridx[0]].phy == IEEE80211_T_DS && in ar5008_tx() 1698 if (athn_rates[ridx[i]].phy == IEEE80211_T_DS && in ar5008_tx()
|
H A D | an.c | 270 ic->ic_phytype = IEEE80211_T_DS; in an_attach()
|
H A D | ar9003.c | 1486 if (athn_rates[ridx[0]].phy == IEEE80211_T_DS && in ar9003_tx() 1624 if (athn_rates[ridx[i]].phy == IEEE80211_T_DS && in ar9003_tx()
|
H A D | atw.c | 789 ic->ic_phytype = IEEE80211_T_DS; in atw_attach()
|
H A D | rt2860.c | 1590 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in rt2860_tx()
|
H A D | rtw.c | 4005 ic->ic_phytype = IEEE80211_T_DS; in rtw_attach()
|
H A D | bwi.c | 811 ic->ic_phytype = IEEE80211_T_DS; in bwi_attach()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_var.h | 81 IEEE80211_T_DS, /* direct sequence spread spectrum */ enumerator 85 #define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */
|
/openbsd/sys/dev/pci/ |
H A D | if_ipw.c | 222 ic->ic_phytype = IEEE80211_T_DS; in ipw_attach()
|
/openbsd/sys/dev/usb/ |
H A D | if_atu.c | 1411 ic->ic_phytype = IEEE80211_T_DS; in atu_complete_attach()
|
H A D | if_mtw.c | 2295 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in mtw_tx()
|
H A D | if_run.c | 2469 if (rt2860_rates[ridx].phy == IEEE80211_T_DS) { in run_tx()
|