/freebsd/sys/dev/ral/ |
H A D | rt2860reg.h | 984 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 }, 985 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 }, 986 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 }, 987 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 }, 988 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 }, 989 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 }, 990 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 }, 991 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 }
|
H A D | rt2661.c | 264 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2661_attach() 1063 IEEE80211_T_OFDM : IEEE80211_T_CCK); in rt2661_rx_intr() 1239 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in rt2661_setup_tx_desc() 1458 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rt2661_tx_data()
|
H A D | rt2560.c | 264 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2560_attach() 1185 IEEE80211_T_OFDM : IEEE80211_T_CCK); in rt2560_decryption_intr() 1418 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in rt2560_setup_tx_desc() 1763 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rt2560_tx_data()
|
H A D | rt2860.c | 306 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2860_attach() 1545 rt2860_rates[ridx].phy == IEEE80211_T_OFDM))) in rt2860_tx() 4282 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) in rt2860_setup_beacon()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_mtwreg.h | 973 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 }, 974 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 }, 975 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 }, 976 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 }, 977 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 }, 978 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 }, 979 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 }, 980 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 },
|
H A D | if_run.c | 522 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 }, 523 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 }, 524 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 }, 525 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 }, 526 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 }, 527 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 }, 528 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 }, 529 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 }, 843 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in run_attach() 3396 } else if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) { in run_set_tx_desc() [all …]
|
H A D | if_ural.c | 461 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in ural_attach() 905 IEEE80211_T_OFDM : IEEE80211_T_CCK); in ural_bulk_read_callback() 991 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in ural_setup_tx_desc() 1247 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in ural_tx_data()
|
H A D | if_rum.c | 529 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rum_attach() 1264 IEEE80211_T_OFDM : IEEE80211_T_CCK); in rum_bulk_read_callback() 1379 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in rum_setup_tx_desc() 1675 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rum_tx_data()
|
H A D | if_mtw.c | 607 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in mtw_attach() 2987 } else if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) { in mtw_set_tx_desc() 2999 rt2860_rates[ridx].phy == IEEE80211_T_OFDM) || in mtw_set_tx_desc() 3849 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) in mtw_update_beacon_cb()
|
H A D | if_zyd.c | 374 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in zyd_attach() 2204 IEEE80211_T_OFDM : IEEE80211_T_CCK); in zyd_rx_data()
|
H A D | if_upgt.c | 329 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in upgt_attach()
|
/freebsd/sys/dev/ath/ath_rate/sample/ |
H A D | sample.h | 161 case IEEE80211_T_OFDM: in calc_usecs_unicast_packet() 188 rt->info[rix].phy == IEEE80211_T_OFDM) { in calc_usecs_unicast_packet()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/freebsd/sys/net80211/ |
H A D | ieee80211_phy.c | 62 #define OFDM IEEE80211_T_OFDM 418 if (type == IEEE80211_T_OFDM) { in ieee80211_plcp2rate() 523 case IEEE80211_T_OFDM: in ieee80211_compute_duration()
|
H A D | _ieee80211.h | 43 IEEE80211_T_OFDM, /* frequency division multiplexing */ enumerator
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 88 #define OFDM IEEE80211_T_OFDM 348 case IEEE80211_T_OFDM: in ieee80211_compute_duration()
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwi.c | 462 ic->ic_phytype = IEEE80211_T_OFDM; in bwi_attach() 2635 rate = bwi_plcp2rate(plcp, IEEE80211_T_OFDM); in bwi_rxeof() 2850 plcp = __SHIFTIN(ieee80211_rate2plcp(rate, IEEE80211_T_OFDM), in bwi_ofdm_plcp_header() 2894 if (modtype == IEEE80211_T_OFDM) in bwi_plcp_header() 3005 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) in bwi_encap() 3013 if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM) in bwi_encap() 3187 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) { in bwi_encap_raw()
|
H A D | bwimac.c | 1425 case IEEE80211_T_OFDM: in bwi_mac_set_ackrates()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_phy.c | 25 #define OFDM IEEE80211_T_OFDM
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.c | 460 case IEEE80211_T_OFDM: in ath_hal_computetxtime()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn.c | 212 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rtwn_attach()
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 253 ic->ic_phytype = IEEE80211_T_OFDM; in malo_attach()
|