Searched refs:pKey (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/vt6655/
H A Dkey.c121 * pKey - Key return
130 PSKeyItem *pKey
137 *pKey = NULL;
143 *pKey = &(pTable->KeyTable[i].PairwiseKey);
150 *pKey = &(pTable->KeyTable[i].GroupKey[dwKeyIndex]);
194 PSKeyItem pKey; local
210 pKey = &(pTable->KeyTable[i].PairwiseKey);
218 pKey = &(pTable->KeyTable[i].GroupKey[dwKeyIndex & 0x000000FF]);
232 pKey->bKeyValid = true;
233 pKey
620 PSKeyItem pKey; local
730 PSKeyItem pKey; local
[all...]
H A Ddpc.c118 PSKeyItem pKey,
302 PSKeyItem pKey = NULL; local
424 pKey = &STempKey;
425 pKey->byCipherSuite = pMgmt->sNodeDBTable[iSANodeIndex].byCipherSuite;
426 pKey->dwKeyIndex = pMgmt->sNodeDBTable[iSANodeIndex].dwKeyIndex;
427 pKey->uKeyLength = pMgmt->sNodeDBTable[iSANodeIndex].uWepKeyLength;
428 pKey->dwTSC47_16 = pMgmt->sNodeDBTable[iSANodeIndex].dwTSC47_16;
429 pKey->wTSC15_0 = pMgmt->sNodeDBTable[iSANodeIndex].wTSC15_0;
430 memcpy(pKey->abyKey,
432 pKey
986 PSKeyItem pKey = NULL; local
1110 s_bHostWepRxEncryption( struct vnt_private *pDevice, unsigned char *pbyFrame, unsigned int FrameSize, unsigned char *pbyRsr, bool bOnFly, PSKeyItem pKey, unsigned char *pbyNewRsr, bool *pbExtIV, unsigned short *pwRxTSC15_0, unsigned long *pdwRxTSC47_16 ) argument
[all...]
H A Dkey.h103 PSKeyItem *pKey
140 PSKeyItem *pKey
145 PSKeyItem *pKey
H A Diwctl.c1356 PSKeyItem pKey = NULL; local
1389 if (KeybGetKey(&(pDevice->sKey), pMgmt->abyCurrBSSID, 0xffffffff, &pKey)) {
1390 wrq->length = pKey->uKeyLength;
1391 memcpy(abyKey, pKey->abyKey, pKey->uKeyLength);
1394 } else if (KeybGetKey(&(pDevice->sKey), pDevice->abyBroadcastAddr, (unsigned char)index , &pKey)) {
1395 wrq->length = pKey->uKeyLength;
1396 memcpy(abyKey, pKey->abyKey, pKey->uKeyLength);

Completed in 142 milliseconds