Searched refs:uSIFS (Results 1 – 2 of 2) sorted by relevance
185 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime()226 uRrvTime = uCTSTime + uAckTime + uDataTime + 2*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()231 uRrvTime = uRTSTime + uCTSTime + uAckTime + uDataTime + 3*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()262 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()274 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()276 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()285 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()297 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()299 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()308 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()[all …]
194 unsigned int uSIFS; /* Current SIFS */ member