Home
last modified time | relevance | path

Searched refs:spAckDuration (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_phy.h97 uint16_t spAckDuration; /* short preamble ACK dur. */ member
176 KASSERT(rt->info[rix].spAckDuration != 0, in ieee80211_ack_duration()
178 return rt->info[rix].spAckDuration; in ieee80211_ack_duration()
H A Dieee80211_phy.c342 rt->info[i].spAckDuration = ieee80211_compute_duration(rt, in ieee80211_setup_ratetable()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h212 ctsduration += rt->info[cix].spAckDuration; in calc_usecs_unicast_packet()
219 ctsduration += rt->info[cix].spAckDuration; in calc_usecs_unicast_packet()
229 tt += (long_retries+1)*(t_sifs + rt->info[rix].spAckDuration); in calc_usecs_unicast_packet()
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c60 uint16_t spAckDuration; /* short preamble ACK dur. */ member
261 rt->info[i].spAckDuration = ieee80211_compute_duration(rt, in ieee80211_setup_ratetable()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h694 uint16_t spAckDuration; /* short preamble ACK duration*/ member
H A Dah.c693 rt->info[i].spAckDuration = ath_hal_computetxtime(ah, rt, in ath_hal_setupratetable()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1140 dur = rt->info[rix].spAckDuration; in ath_tx_calc_duration()
1226 ctsduration += rt->info[cix].spAckDuration; in ath_tx_calc_ctsduration()
1230 ctsduration += rt->info[rix].spAckDuration; in ath_tx_calc_ctsduration()