Searched refs:uLocateByteIndex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwmgr.c1886 unsigned int uLocateByteIndex; local
2199 uLocateByteIndex = wAIDIndex - wStartIndex;
2201 if (sFrame.pTIM->len >= (uLocateByteIndex + 4)) {
2203 pMgmt->bInTIM = sFrame.pTIM->byVirtBitMap[uLocateByteIndex] & byTIMBitOn ? true : false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwmgr.c1816 unsigned int uLocateByteIndex; local
2137 uLocateByteIndex = wAIDIndex - wStartIndex;
2139 if (sFrame.pTIM->len >= (uLocateByteIndex + 4)) {
2141 pMgmt->bInTIM = sFrame.pTIM->byVirtBitMap[uLocateByteIndex] & byTIMBitOn ? TRUE : FALSE;

Completed in 203 milliseconds