Home
last modified time | relevance | path

Searched refs:mContentionWindow (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dframe.cpp107 , mContentionWindow(calcContentionWindowMin(getAc())) in Frame()
355 mNextTimeout = (mContentionWindow * kSlotTime) / 2; in calcNextTimeout()
356 mContentionWindow = std::min((mContentionWindow * 2) + 1, in calcNextTimeout()
Dframe.h155 uint32_t mContentionWindow = 0; variable