Searched refs:pWpaKey (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dwpa.c50 pWpaKey Pointer to the WPA key structure
61 void RTMPReportMicError(struct rt_rtmp_adapter *pAd, struct rt_cipher_key *pWpaKey) argument
64 u8 unicastKey = (pWpaKey->Type == PAIRWISE_KEY ? 1 : 0);
H A Drtmp_data.c275 struct rt_cipher_key *pWpaKey; local
278 pWpaKey = &pAd->SharedKey[BSS0][pRxBlk->pRxWI->KeyIndex];
291 pWpaKey->RxMic,
297 (pWpaKey->Type ==
301 RTMPReportMicError(pAd, pWpaKey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c704 u8 UserPriority, struct rt_cipher_key *pWpaKey)
759 if (pWpaKey[KeyID].KeyLen == 0) {
802 RTMPTkipMixKey(pWpaKey[KeyID].Key, TA, pnl, pnh, RC4Key, p1k);
819 RTMPInitMICEngine(pAd, pWpaKey[KeyID].Key, DA, SA, UserPriority,
820 pWpaKey[KeyID].RxMic);
828 /*RTMPReportMicError(pAd, &pWpaKey[KeyID]); // marked by AlbertY @ 20060630 */
701 RTMPSoftDecryptTKIP(struct rt_rtmp_adapter *pAd, u8 *pData, unsigned long DataByteCnt, u8 UserPriority, struct rt_cipher_key *pWpaKey) argument
H A Dcmm_data_pci.c412 struct rt_cipher_key *pWpaKey; local
481 pWpaKey = &pAd->SharedKey[BSS0][pRxWI->KeyIndex];
484 (pWpaKey->
489 RTMPReportMicError(pAd, pWpaKey);
H A Dcmm_aes.c413 unsigned long DataByteCnt, struct rt_cipher_key *pWpaKey)
466 if (pWpaKey[KeyID].KeyLen == 0) {
491 aes128k128d(pWpaKey[KeyID].Key, ctr_preload, aes_out);
511 aes128k128d(pWpaKey[KeyID].Key, ctr_preload, aes_out);
525 aes128k128d(pWpaKey[KeyID].Key, ctr_preload, aes_out);
548 aes128k128d(pWpaKey[KeyID].Key, mic_iv, aes_out);
550 aes128k128d(pWpaKey[KeyID].Key, chain_buffer, aes_out);
552 aes128k128d(pWpaKey[KeyID].Key, chain_buffer, aes_out);
558 aes128k128d(pWpaKey[KeyID].Key, chain_buffer, aes_out);
568 aes128k128d(pWpaKey[KeyI
411 RTMPSoftDecryptAES(struct rt_rtmp_adapter *pAd, u8 *pData, unsigned long DataByteCnt, struct rt_cipher_key *pWpaKey) argument
[all...]
H A Dcmm_data_usb.c819 struct rt_cipher_key *pWpaKey; local
886 pWpaKey = &pAd->SharedKey[BSS0][pRxWI->KeyIndex];
887 RTMPReportMicError(pAd, pWpaKey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h2545 void RTMPReportMicError(struct rt_rtmp_adapter *pAd, struct rt_cipher_key *pWpaKey);
3358 u8 UserPriority, struct rt_cipher_key *pWpaKey);
3362 unsigned long DataByteCnt, struct rt_cipher_key *pWpaKey);

Completed in 134 milliseconds