• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/

Lines Matching refs:KeyDesc

205 		       (u8 *)& pEapol_packet->KeyDesc.KeyInfo,
229 || ((pEapol_packet->KeyDesc.Type != WPA1_KEY_DESC)
230 && (pEapol_packet->KeyDesc.Type != WPA2_KEY_DESC))) {
304 (pEapol_packet->KeyDesc.
561 NdisMoveMemory(pEntry->R_Counter, pMsg1->KeyDesc.ReplayCounter,
565 NdisMoveMemory(pEntry->ANonce, pMsg1->KeyDesc.KeyNonce,
653 NdisMoveMemory(pEntry->SNonce, pMsg2->KeyDesc.KeyNonce,
765 NdisMoveMemory(pEntry->R_Counter, pMsg3->KeyDesc.ReplayCounter,
770 (pEntry->ANonce, pMsg3->KeyDesc.KeyNonce, LEN_KEY_DESC_NONCE)) {
1091 NdisMoveMemory(pEntry->R_Counter, pGroup->KeyDesc.ReplayCounter,
2350 pMsg->KeyDesc.Type = WPA2_KEY_DESC;
2352 pMsg->KeyDesc.Type = WPA1_KEY_DESC;
2365 pMsg->KeyDesc.KeyInfo.KeyDescVer = KeyDescVer;
2369 pMsg->KeyDesc.KeyInfo.KeyType = GROUPKEY;
2371 pMsg->KeyDesc.KeyInfo.KeyType = PAIRWISEKEY;
2375 pMsg->KeyDesc.KeyInfo.KeyIndex = DefaultKeyIdx;
2378 pMsg->KeyDesc.KeyInfo.Install = 1;
2382 pMsg->KeyDesc.KeyInfo.KeyAck = 1;
2385 pMsg->KeyDesc.KeyInfo.KeyMic = 1;
2389 pMsg->KeyDesc.KeyInfo.Secure = 1;
2394 pMsg->KeyDesc.KeyInfo.EKD_DL = 1;
2397 *(u16 *) (&pMsg->KeyDesc.KeyInfo) =
2398 cpu2le16(*(u16 *) (&pMsg->KeyDesc.KeyInfo));
2404 pMsg->KeyDesc.KeyLength[1] =
2410 pMsg->KeyDesc.KeyLength[1] =
2418 NdisMoveMemory(pMsg->KeyDesc.ReplayCounter, pEntry->R_Counter,
2427 NdisMoveMemory(pMsg->KeyDesc.KeyNonce, KeyNonce,
2433 NdisMoveMemory(pMsg->KeyDesc.KeyIv, &KeyNonce[16],
2435 pMsg->KeyDesc.KeyIv[15] += 2;
2441 NdisMoveMemory(pMsg->KeyDesc.KeyRsc, TxRSC, 6);
2444 NdisZeroMemory(pMsg->KeyDesc.KeyMic, LEN_KEY_DESC_MIC);
2465 CONV_ARRARY_TO_u16(pMsg->KeyDesc.KeyLength)));
2523 SET_u16_TO_ARRARY(pMsg->KeyDesc.KeyDataLen, 0);
2622 NdisMoveMemory(ekey, pMsg->KeyDesc.KeyIv,
2634 NdisMoveMemory(pMsg->KeyDesc.KeyData, Rc4GTK, data_offset);
2636 NdisMoveMemory(pMsg->KeyDesc.KeyData, Key_Data, data_offset);
2640 SET_u16_TO_ARRARY(pMsg->KeyDesc.KeyDataLen, data_offset);
2696 NdisMoveMemory(pMsg->KeyDesc.KeyMic, mic, LEN_KEY_DESC_MIC);