| /freebsd-14-stable/sys/dev/ral/ |
| HD | 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 }
|
| HD | 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() 1460 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rt2661_tx_data()
|
| HD | 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() 1766 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rt2560_tx_data()
|
| HD | 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() 4286 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) in rt2860_setup_beacon()
|
| /freebsd-14-stable/sys/dev/ath/ath_rate/sample/ |
| HD | 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-14-stable/sys/dev/ath/ath_hal/ar5210/ |
| HD | ar5210_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
| /freebsd-14-stable/sys/dev/ath/ath_hal/ar5211/ |
| HD | ar5211_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
| /freebsd-14-stable/sys/net80211/ |
| HD | 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()
|
| HD | _ieee80211.h | 43 IEEE80211_T_OFDM, /* frequency division multiplexing */ enumerator
|
| /freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
| /freebsd-14-stable/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_phy.c | 27 #define OFDM IEEE80211_T_OFDM
|
| /freebsd-14-stable/tools/tools/net80211/wlantxtime/ |
| HD | wlantxtime.c | 88 #define OFDM IEEE80211_T_OFDM 348 case IEEE80211_T_OFDM: in ieee80211_compute_duration()
|
| /freebsd-14-stable/sys/dev/usb/wlan/ |
| HD | if_run.c | 521 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 }, 522 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 }, 523 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 }, 524 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 }, 525 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 }, 526 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 }, 527 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 }, 528 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 }, 842 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in run_attach() 3392 } else if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) { in run_set_tx_desc() [all …]
|
| HD | 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() 1250 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in ural_tx_data()
|
| HD | 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() 1678 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rum_tx_data()
|
| HD | 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()
|
| HD | if_upgt.c | 329 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in upgt_attach()
|
| HD | if_uath.c | 417 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in uath_attach()
|
| /freebsd-14-stable/sys/dev/bwi/ |
| HD | 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() 3010 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) in bwi_encap() 3018 if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM) in bwi_encap() 3192 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) { in bwi_encap_raw()
|
| HD | bwimac.c | 1425 case IEEE80211_T_OFDM: in bwi_mac_set_ackrates()
|
| /freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_phy.c | 25 #define OFDM IEEE80211_T_OFDM
|
| /freebsd-14-stable/sys/dev/ath/ath_hal/ |
| HD | ah.c | 460 case IEEE80211_T_OFDM: in ath_hal_computetxtime()
|
| /freebsd-14-stable/sys/dev/rtwn/ |
| HD | if_rtwn.c | 212 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rtwn_attach()
|
| /freebsd-14-stable/sys/dev/malo/ |
| HD | if_malo.c | 261 ic->ic_phytype = IEEE80211_T_OFDM; in malo_attach()
|
| /freebsd-14-stable/sys/dev/ath/ |
| HD | if_ath.c | 904 ic->ic_phytype = IEEE80211_T_OFDM; in ath_attach() 6526 rt->info[i].phy == IEEE80211_T_OFDM) in ath_setcurmode()
|