Searched refs:wStartIndex (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.c1892 unsigned short wStartIndex = 0; local
2194 // wStartIndex = N1
2195 wStartIndex = WLAN_MGMT_GET_TIM_OFFSET(sFrame.pTIM->byBitMapCtl) << 1;
2198 if ((wAIDNumber > 0) && (wAIDIndex >= wStartIndex)) {
2199 uLocateByteIndex = wAIDIndex - wStartIndex;
3160 unsigned short wStartIndex = 0; local
3178 wStartIndex = ii;
3186 wStartIndex &= ~BIT0;
3193 pTIM->len = 3 + (wEndIndex - wStartIndex) + 1;
3199 (((wStartIndex >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwmgr.c1822 WORD wStartIndex = 0; local
2132 // wStartIndex = N1
2133 wStartIndex = WLAN_MGMT_GET_TIM_OFFSET(sFrame.pTIM->byBitMapCtl) << 1;
2136 if ((wAIDNumber > 0) && (wAIDIndex >= wStartIndex)) {
2137 uLocateByteIndex = wAIDIndex - wStartIndex;
3149 WORD wStartIndex = 0; local
3167 wStartIndex = (WORD)ii;
3175 wStartIndex &= ~BIT0;
3182 pTIM->len = 3 + (wEndIndex - wStartIndex) + 1;
3188 (((wStartIndex >>
[all...]

Completed in 128 milliseconds