Searched refs:uSIFS (Results 1 – 2 of 2) sorted by relevance
174 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime()215 uRrvTime = uCTSTime + uAckTime + uDataTime + 2*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()220 uRrvTime = uRTSTime + uCTSTime + uAckTime + uDataTime + 3*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()251 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()263 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()265 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()274 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()286 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()288 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()297 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()[all …]
181 unsigned int uSIFS; /* Current SIFS */ member