Symbol: IEEE80211_T_OFDM
sys/compat/linuxkpi/common/src/linux_80211.c
6596
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/ath/ath_hal/ah.c
460
case IEEE80211_T_OFDM:
sys/dev/ath/ath_hal/ar5210/ar5210_phy.c
27
#define OFDM IEEE80211_T_OFDM
sys/dev/ath/ath_hal/ar5211/ar5211_phy.c
27
#define OFDM IEEE80211_T_OFDM
sys/dev/ath/ath_hal/ar5212/ar5212_phy.c
27
#define OFDM IEEE80211_T_OFDM
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
27
#define OFDM IEEE80211_T_OFDM
sys/dev/ath/ath_rate/sample/sample.h
161
case IEEE80211_T_OFDM:
sys/dev/ath/ath_rate/sample/sample.h
188
rt->info[rix].phy == IEEE80211_T_OFDM) {
sys/dev/ath/if_ath.c
6529
rt->info[i].phy == IEEE80211_T_OFDM)
sys/dev/ath/if_ath.c
904
ic->ic_phytype = IEEE80211_T_OFDM;
sys/dev/ath/if_ath_tx.c
1078
rt->info[rix].phy == IEEE80211_T_OFDM &&
sys/dev/bwi/bwimac.c
1425
case IEEE80211_T_OFDM:
sys/dev/bwi/if_bwi.c
2639
rate = bwi_plcp2rate(plcp, IEEE80211_T_OFDM);
sys/dev/bwi/if_bwi.c
2854
plcp = __SHIFTIN(ieee80211_rate2plcp(rate, IEEE80211_T_OFDM),
sys/dev/bwi/if_bwi.c
2898
if (modtype == IEEE80211_T_OFDM)
sys/dev/bwi/if_bwi.c
3009
if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM)
sys/dev/bwi/if_bwi.c
3017
if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM)
sys/dev/bwi/if_bwi.c
3191
if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) {
sys/dev/bwi/if_bwi.c
462
ic->ic_phytype = IEEE80211_T_OFDM;
sys/dev/bwn/if_bwn.c
760
ic->ic_phytype = IEEE80211_T_OFDM;
sys/dev/iwi/if_iwi.c
358
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/iwm/if_iwm.c
6135
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/iwn/if_iwn.c
566
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/iwx/if_iwx.c
10526
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/malo/if_malo.c
253
ic->ic_phytype = IEEE80211_T_OFDM;
sys/dev/mwl/if_mwl.c
391
ic->ic_phytype = IEEE80211_T_OFDM;
sys/dev/otus/if_otus.c
714
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/ral/rt2560.c
1187
IEEE80211_T_OFDM : IEEE80211_T_CCK);
sys/dev/ral/rt2560.c
1420
if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
sys/dev/ral/rt2560.c
1767
ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
sys/dev/ral/rt2560.c
264
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/ral/rt2661.c
1065
IEEE80211_T_OFDM : IEEE80211_T_CCK);
sys/dev/ral/rt2661.c
1241
if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
sys/dev/ral/rt2661.c
1460
ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
sys/dev/ral/rt2661.c
264
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/ral/rt2860.c
1548
rt2860_rates[ridx].phy == IEEE80211_T_OFDM)))
sys/dev/ral/rt2860.c
306
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/ral/rt2860.c
4285
if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM)
sys/dev/ral/rt2860reg.h
984
{ 12, 0, IEEE80211_T_OFDM, 4, 60, 60 },
sys/dev/ral/rt2860reg.h
985
{ 18, 1, IEEE80211_T_OFDM, 4, 52, 52 },
sys/dev/ral/rt2860reg.h
986
{ 24, 2, IEEE80211_T_OFDM, 6, 48, 48 },
sys/dev/ral/rt2860reg.h
987
{ 36, 3, IEEE80211_T_OFDM, 6, 44, 44 },
sys/dev/ral/rt2860reg.h
988
{ 48, 4, IEEE80211_T_OFDM, 8, 44, 44 },
sys/dev/ral/rt2860reg.h
989
{ 72, 5, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/ral/rt2860reg.h
990
{ 96, 6, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/ral/rt2860reg.h
991
{ 108, 7, IEEE80211_T_OFDM, 8, 40, 40 }
sys/dev/rtwn/if_rtwn.c
212
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_mtw.c
3022
} else if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) {
sys/dev/usb/wlan/if_mtw.c
3034
rt2860_rates[ridx].phy == IEEE80211_T_OFDM) ||
sys/dev/usb/wlan/if_mtw.c
3888
if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM)
sys/dev/usb/wlan/if_mtw.c
622
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_mtwreg.h
973
{ 12, 0, IEEE80211_T_OFDM, 4, 60, 60 },
sys/dev/usb/wlan/if_mtwreg.h
974
{ 18, 1, IEEE80211_T_OFDM, 4, 52, 52 },
sys/dev/usb/wlan/if_mtwreg.h
975
{ 24, 2, IEEE80211_T_OFDM, 6, 48, 48 },
sys/dev/usb/wlan/if_mtwreg.h
976
{ 36, 3, IEEE80211_T_OFDM, 6, 44, 44 },
sys/dev/usb/wlan/if_mtwreg.h
977
{ 48, 4, IEEE80211_T_OFDM, 8, 44, 44 },
sys/dev/usb/wlan/if_mtwreg.h
978
{ 72, 5, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/usb/wlan/if_mtwreg.h
979
{ 96, 6, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/usb/wlan/if_mtwreg.h
980
{ 108, 7, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/usb/wlan/if_rsu.c
545
ic->ic_phytype = IEEE80211_T_OFDM; /* Not only, but not used. */
sys/dev/usb/wlan/if_rum.c
1264
IEEE80211_T_OFDM : IEEE80211_T_CCK);
sys/dev/usb/wlan/if_rum.c
1379
if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
sys/dev/usb/wlan/if_rum.c
1676
ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
sys/dev/usb/wlan/if_rum.c
529
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_run.c
3402
} else if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) {
sys/dev/usb/wlan/if_run.c
3414
rt2860_rates[ridx].phy == IEEE80211_T_OFDM) ||
sys/dev/usb/wlan/if_run.c
5088
if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM)
sys/dev/usb/wlan/if_run.c
522
{ 12, 0, IEEE80211_T_OFDM, 4, 60, 60 },
sys/dev/usb/wlan/if_run.c
523
{ 18, 1, IEEE80211_T_OFDM, 4, 52, 52 },
sys/dev/usb/wlan/if_run.c
524
{ 24, 2, IEEE80211_T_OFDM, 6, 48, 48 },
sys/dev/usb/wlan/if_run.c
525
{ 36, 3, IEEE80211_T_OFDM, 6, 44, 44 },
sys/dev/usb/wlan/if_run.c
526
{ 48, 4, IEEE80211_T_OFDM, 8, 44, 44 },
sys/dev/usb/wlan/if_run.c
527
{ 72, 5, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/usb/wlan/if_run.c
528
{ 96, 6, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/usb/wlan/if_run.c
529
{ 108, 7, IEEE80211_T_OFDM, 8, 40, 40 },
sys/dev/usb/wlan/if_run.c
843
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_uath.c
418
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_upgt.c
329
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_ural.c
1253
ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
sys/dev/usb/wlan/if_ural.c
461
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_ural.c
907
IEEE80211_T_OFDM : IEEE80211_T_CCK);
sys/dev/usb/wlan/if_ural.c
993
if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
sys/dev/usb/wlan/if_urtw.c
872
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/usb/wlan/if_zyd.c
2206
IEEE80211_T_OFDM : IEEE80211_T_CCK);
sys/dev/usb/wlan/if_zyd.c
374
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/dev/wpi/if_wpi.c
451
ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
sys/net80211/ieee80211_phy.c
418
if (type == IEEE80211_T_OFDM) {
sys/net80211/ieee80211_phy.c
523
case IEEE80211_T_OFDM:
sys/net80211/ieee80211_phy.c
62
#define OFDM IEEE80211_T_OFDM
tools/tools/net80211/wlantxtime/wlantxtime.c
348
case IEEE80211_T_OFDM:
tools/tools/net80211/wlantxtime/wlantxtime.c
88
#define OFDM IEEE80211_T_OFDM