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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_phy.h78 uint16_t spAckDuration; /* short preamble ACK dur. */ member in struct:ieee80211_rate_table::__anon10452
157 KASSERT(rt->info[rix].spAckDuration != 0,
159 return rt->info[rix].spAckDuration;
H A Dieee80211_phy.c338 rt->info[i].spAckDuration = ieee80211_compute_duration(rt,
/freebsd-10.1-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h214 ctsduration += rt->info[cix].spAckDuration;
221 ctsduration += rt->info[cix].spAckDuration;
231 tt += (long_retries+1)*(t_sifs + rt->info[rix].spAckDuration);
/freebsd-10.1-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c63 uint16_t spAckDuration; /* short preamble ACK dur. */ member in struct:ieee80211_rate_table::__anon11733
265 rt->info[i].spAckDuration = ieee80211_compute_duration(rt,
/freebsd-10.1-release/sys/dev/ath/ath_hal/
H A Dah.c589 rt->info[i].spAckDuration = ath_hal_computetxtime(ah, rt,
H A Dah.h677 uint16_t spAckDuration; /* short preamble ACK duration*/ member in struct:__anon7660::__anon7661
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_tx.c1148 dur = rt->info[rix].spAckDuration;
1233 ctsduration += rt->info[cix].spAckDuration;
1237 ctsduration += rt->info[rix].spAckDuration;

Completed in 286 milliseconds