/netbsd-src/sys/dev/ic/ |
H A D | athnvar.h | 163 { 12, 0x0b, 4, IEEE80211_T_OFDM }, 164 { 18, 0x0f, 4, IEEE80211_T_OFDM }, 165 { 24, 0x0a, 6, IEEE80211_T_OFDM }, 166 { 36, 0x0e, 6, IEEE80211_T_OFDM }, 167 { 48, 0x09, 8, IEEE80211_T_OFDM }, 168 { 72, 0x0d, 8, IEEE80211_T_OFDM }, 169 { 96, 0x08, 8, IEEE80211_T_OFDM }, 170 { 108, 0x0c, 8, IEEE80211_T_OFDM }, 171 { 0x80, 0x80, 8, IEEE80211_T_OFDM }, 172 { 0x81, 0x81, 8, IEEE80211_T_OFDM }, [all …]
|
H A D | rt2860reg.h | 1062 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 }, 1063 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 }, 1064 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 }, 1065 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 }, 1066 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 }, 1067 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 }, 1068 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 }, 1069 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 }
|
H A D | athrate-sample.h | 218 case IEEE80211_T_OFDM: in calc_usecs_unicast_packet() 240 rt->info[rix].phy == IEEE80211_T_OFDM) { in calc_usecs_unicast_packet()
|
H A D | athn.c | 270 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in athn_attach() 1889 if (athn_rates[ridx].phy == IEEE80211_T_OFDM) { in athn_txtime()
|
H A D | rt2860.c | 341 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2860_attachhook() 1721 rt2860_rates[ridx].phy == IEEE80211_T_OFDM))) in rt2860_tx() 4240 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) in rt2860_setup_beacon()
|
H A D | ath.c | 511 ic->ic_phytype = IEEE80211_T_OFDM; in ath_attach() 3874 rt->info[rix].phy == IEEE80211_T_OFDM && in ath_tx_start() 5194 rt->info[ix].phy == IEEE80211_T_OFDM) in ath_setcurmode()
|
H A D | bwfm.c | 373 ic->ic_phytype = IEEE80211_T_OFDM; in bwfm_attach()
|
H A D | rt2560.c | 395 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2560_attach()
|
H A D | rt2661.c | 284 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2661_attach()
|
H A D | arn5008.c | 1532 athn_rates[ridx[0]].phy == IEEE80211_T_OFDM) { in ar5008_tx()
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/ |
H A D | ar5210_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
H A D | ar5211_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar5416_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
H A D | ar5212_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/netbsd-src/sys/net80211/ |
H A D | _ieee80211.h | 40 IEEE80211_T_OFDM, /* frequency division multiplexing */ enumerator
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_internal.h | 378 IEEE80211_T_OFDM, /* frequency division multiplexing */ enumerator
|
H A D | ah.c | 176 case IEEE80211_T_OFDM: in ath_hal_computetxtime()
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_malo_pcmcia.c | 354 ic->ic_phytype = IEEE80211_T_OFDM; in cmalo_attach()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_ural.c | 446 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in ural_attach()
|
H A D | if_rum.c | 388 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rum_attach()
|
H A D | if_upgt.c | 430 ic->ic_phytype = IEEE80211_T_OFDM; in upgt_attach_hook()
|
H A D | if_run.c | 674 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in run_attach() 5034 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) in run_setup_beacon()
|
H A D | if_zyd.c | 403 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in zyd_complete_attach()
|
H A D | if_otus.c | 829 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in otus_attachhook()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_iwi.c | 290 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in iwi_attach()
|