Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c92 #define QUART IEEE80211_T_OFDM_QUARTER
93 #define PBCC (IEEE80211_T_OFDM_QUARTER+1) /* XXX */
368 case IEEE80211_T_OFDM_QUARTER: in ieee80211_compute_duration()
/freebsd/sys/net80211/
H A Dieee80211_phy.c66 #define QUART IEEE80211_T_OFDM_QUARTER
70 #define PBCC (IEEE80211_T_OFDM_QUARTER+1) /* XXX */
543 case IEEE80211_T_OFDM_QUARTER: in ieee80211_compute_duration()
H A D_ieee80211.h47 IEEE80211_T_OFDM_QUARTER, /* 1/4 rate OFDM */ enumerator
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c31 #define QUART IEEE80211_T_OFDM_QUARTER
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c482 case IEEE80211_T_OFDM_QUARTER: in ath_hal_computetxtime()