Searched refs:IEEE80211_T_OFDM (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_phy.c29 #define OFDM IEEE80211_T_OFDM
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h163 case IEEE80211_T_OFDM:
190 rt->info[rix].phy == IEEE80211_T_OFDM) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c29 #define OFDM IEEE80211_T_OFDM
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860reg.h985 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 },
986 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 },
987 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 },
988 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 },
989 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 },
990 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 },
991 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 },
992 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 }
H A Drt2661.c267 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
1066 IEEE80211_T_OFDM : IEEE80211_T_CCK);
1244 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
1465 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
H A Drt2560.c267 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
1188 IEEE80211_T_OFDM : IEEE80211_T_CCK);
1423 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
1771 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
H A Drt2860.c308 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
1553 rt2860_rates[ridx].phy == IEEE80211_T_OFDM)))
4296 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c29 #define OFDM IEEE80211_T_OFDM
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c29 #define OFDM IEEE80211_T_OFDM
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c64 #define OFDM IEEE80211_T_OFDM
420 if (type == IEEE80211_T_OFDM) {
525 case IEEE80211_T_OFDM:
H A D_ieee80211.h45 IEEE80211_T_OFDM, /* frequency division multiplexing */ enumerator in enum:ieee80211_phytype
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_var.h82 IEEE80211_T_OFDM, /* frequency division multiplexing */ enumerator in enum:ieee80211_phytype
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c464 ic->ic_phytype = IEEE80211_T_OFDM;
2643 rate = bwi_plcp2rate(plcp, IEEE80211_T_OFDM);
2858 plcp = __SHIFTIN(ieee80211_rate2plcp(rate, IEEE80211_T_OFDM),
2902 if (modtype == IEEE80211_T_OFDM)
3018 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM)
3026 if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM)
3200 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) {
H A Dbwimac.c1427 case IEEE80211_T_OFDM:
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c524 { 12, 0, IEEE80211_T_OFDM, 4, 60, 60 },
525 { 18, 1, IEEE80211_T_OFDM, 4, 52, 52 },
526 { 24, 2, IEEE80211_T_OFDM, 6, 48, 48 },
527 { 36, 3, IEEE80211_T_OFDM, 6, 44, 44 },
528 { 48, 4, IEEE80211_T_OFDM, 8, 44, 44 },
529 { 72, 5, IEEE80211_T_OFDM, 8, 40, 40 },
530 { 96, 6, IEEE80211_T_OFDM, 8, 40, 40 },
531 { 108, 7, IEEE80211_T_OFDM, 8, 40, 40 },
846 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
3399 } else if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM) {
[all...]
H A Dif_ural.c467 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
912 IEEE80211_T_OFDM : IEEE80211_T_CCK);
1000 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
1259 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
H A Dif_rum.c533 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
1267 IEEE80211_T_OFDM : IEEE80211_T_CCK);
1384 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) {
1683 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_phy.c25 #define OFDM IEEE80211_T_OFDM
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c462 case IEEE80211_T_OFDM:
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c262 ic->ic_phytype = IEEE80211_T_OFDM;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c214 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c906 ic->ic_phytype = IEEE80211_T_OFDM;
6477 rt->info[i].phy == IEEE80211_T_OFDM)
H A Dif_ath_tx.c1074 rt->info[rix].phy == IEEE80211_T_OFDM &&
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c362 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c394 ic->ic_phytype = IEEE80211_T_OFDM;

Completed in 377 milliseconds

12