Home
last modified time | relevance | path

Searched refs:IEEE80211_T_OFDM_QUARTER (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/net80211/
Dieee80211_phy.c62 #define QUART IEEE80211_T_OFDM_QUARTER
63 #define PBCC (IEEE80211_T_OFDM_QUARTER+1) /* XXX */
439 case IEEE80211_T_OFDM_QUARTER: in ieee80211_compute_duration()
D_ieee80211.h47 IEEE80211_T_OFDM_QUARTER, /* 1/4 rate OFDM */ enumerator
/freebsd-9-stable/tools/tools/net80211/wlantxtime/
Dwlantxtime.c95 #define QUART IEEE80211_T_OFDM_QUARTER
96 #define PBCC (IEEE80211_T_OFDM_QUARTER+1) /* XXX */
375 case IEEE80211_T_OFDM_QUARTER: in ieee80211_compute_duration()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_phy.c31 #define QUART IEEE80211_T_OFDM_QUARTER
/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah.c367 case IEEE80211_T_OFDM_QUARTER: in ath_hal_computetxtime()