Home
last modified time | relevance | path

Searched refs:IEEE80211_T_CCK (Results 1 – 16 of 16) sorted by relevance

/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c89 #define CCK IEEE80211_T_CCK
340 case IEEE80211_T_CCK: in ieee80211_compute_duration()
471 if (rt->info[rix].phy != IEEE80211_T_CCK) { in checkpreamble()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c28 #define CCK IEEE80211_T_CCK
/freebsd/sys/net80211/
H A Dieee80211_phy.c63 #define CCK IEEE80211_T_CCK
431 if (type == IEEE80211_T_CCK) { in ieee80211_plcp2rate()
515 case IEEE80211_T_CCK: in ieee80211_compute_duration()
H A D_ieee80211.h50 #define IEEE80211_T_CCK IEEE80211_T_DS /* more common nomenclature */ macro
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c28 #define CCK IEEE80211_T_CCK
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c28 #define CCK IEEE80211_T_CCK
H A Dar5212_reset.c2743 if (rt->info[i].phy != IEEE80211_T_CCK) in ar5212SetRateDurationTable()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c26 #define CCK IEEE80211_T_CCK
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c450 case IEEE80211_T_CCK: in ath_hal_computetxtime()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c2637 rate = bwi_plcp2rate(plcp, IEEE80211_T_CCK); in bwi_rxeof()
2878 plcp->i_signal = ieee80211_rate2plcp(rate, IEEE80211_T_CCK); in bwi_ds_plcp_header()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c905 IEEE80211_T_OFDM : IEEE80211_T_CCK); in ural_bulk_read_callback()
H A Dif_rum.c1264 IEEE80211_T_OFDM : IEEE80211_T_CCK); in rum_bulk_read_callback()
H A Dif_zyd.c2204 IEEE80211_T_OFDM : IEEE80211_T_CCK); in zyd_rx_data()
/freebsd/sys/dev/ral/
H A Drt2661.c1063 IEEE80211_T_OFDM : IEEE80211_T_CCK); in rt2661_rx_intr()
H A Drt2560.c1185 IEEE80211_T_OFDM : IEEE80211_T_CCK); in rt2560_decryption_intr()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4457 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_CCK) in iwn_check_rate_needs_protection()