HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_T_OFDM (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/dev/ic/
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...]
athrate-sample.h 218 case IEEE80211_T_OFDM:
240 rt->info[rix].phy == IEEE80211_T_OFDM) {
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 }
ath.c 510 ic->ic_phytype = IEEE80211_T_OFDM;
3873 rt->info[rix].phy == IEEE80211_T_OFDM &&
5193 rt->info[ix].phy == IEEE80211_T_OFDM)
rt2860.c 341 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
1721 rt2860_rates[ridx].phy == IEEE80211_T_OFDM)))
4240 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM)
athn.c 270 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
1889 if (athn_rates[ridx].phy == IEEE80211_T_OFDM) {
bwfm.c 373 ic->ic_phytype = IEEE80211_T_OFDM;
arn5008.c 1532 athn_rates[ridx[0]].phy == IEEE80211_T_OFDM) {
arn9003.c 1692 athn_rates[ridx[0]].phy == IEEE80211_T_OFDM) {
rt2560.c 395 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
rt2661.c 284 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_phy.c 27 #define OFDM IEEE80211_T_OFDM
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_phy.c 27 #define OFDM IEEE80211_T_OFDM
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_phy.c 27 #define OFDM IEEE80211_T_OFDM
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_phy.c 27 #define OFDM IEEE80211_T_OFDM
  /src/sys/net80211/
_ieee80211.h 40 IEEE80211_T_OFDM, /* frequency division multiplexing */
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 378 IEEE80211_T_OFDM, /* frequency division multiplexing */
ah.c 176 case IEEE80211_T_OFDM:
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 354 ic->ic_phytype = IEEE80211_T_OFDM;
  /src/sys/dev/usb/
if_rum.c 388 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
if_upgt.c 430 ic->ic_phytype = IEEE80211_T_OFDM;
if_ural.c 446 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
if_zyd.c 403 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
if_run.c 674 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
5034 if (rt2860_rates[ridx].phy == IEEE80211_T_OFDM)
  /src/sys/dev/pci/
if_iwi.c 290 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */

Completed in 55 milliseconds

1 2