Searched refs:byKeyIdx (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 Ddpc.c1154 unsigned char byKeyIdx; local
1169 byKeyIdx = (*(pbyIV+3) & 0xc0);
1170 byKeyIdx >>= 6;
1171 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"\nKeyIdx: %d\n", byKeyIdx);
1191 KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, byKeyIdx, &pKey);
1196 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"group pkt: %d, %d, %p\n", byKeyIdx, byDecMode, pKey);
1202 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey);
1301 unsigned char byKeyIdx; local
1316 byKeyIdx = (*(pbyIV+3) & 0xc0);
1317 byKeyIdx >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddpc.c1161 BYTE byKeyIdx; local
1176 byKeyIdx = (*(pbyIV+3) & 0xc0);
1177 byKeyIdx >>= 6;
1178 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"\nKeyIdx: %d\n", byKeyIdx);
1198 KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, byKeyIdx, &pKey);
1203 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"group pkt: %d, %d, %p\n", byKeyIdx, byDecMode, pKey);
1209 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey);
1309 BYTE byKeyIdx; local
1324 byKeyIdx = (*(pbyIV+3) & 0xc0);
1325 byKeyIdx >>
[all...]

Completed in 173 milliseconds