Searched defs:byKeyIdx (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/vt6655/
H A Ddpc.c985 unsigned char byKeyIdx; local
999 byKeyIdx = (*(pbyIV+3) & 0xc0);
1000 byKeyIdx >>= 6;
1001 pr_debug("\nKeyIdx: %d\n", byKeyIdx);
1021 KeybGetKey(&(pDevice->sKey), pDevice->abyBSSID, byKeyIdx, &pKey);
1027 byKeyIdx, byDecMode, pKey);
1033 KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, byKeyIdx, &pKey);
1125 unsigned char byKeyIdx; local
1138 byKeyIdx = (*(pbyIV+3) & 0xc0);
1139 byKeyIdx >>
[all...]

Completed in 30 milliseconds