Searched refs:CipherErr (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data_pci.c453 if (pRxD->CipherErr) {
454 if (pRxD->CipherErr == 2) {
457 } else if (pRxD->CipherErr == 1) {
459 } else if (pRxD->CipherErr == 3)
463 if (((pRxD->CipherErr & 1) == 1)
471 pRxD->CipherErr, pRxD->SDL0,
480 if (pRxD->CipherErr == 2) {
491 if (((pRxD->CipherErr & 2) == 2)
508 // Acceptable since the First FragFrame no CipherErr problem.
H A Dcmm_data_usb.c869 if (pRxINFO->Decrypted && pRxINFO->CipherErr) {
871 if (((pRxINFO->CipherErr & 1) == 1)
877 if (((pRxINFO->CipherErr & 2) == 2)
885 if ((pRxINFO->CipherErr == 2) && pRxINFO->MyBss) {
896 /* Acceptable since the First FragFrame no CipherErr problem. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_data_pci.c453 if (pRxD->CipherErr) {
454 if (pRxD->CipherErr == 2) {
457 } else if (pRxD->CipherErr == 1) {
459 } else if (pRxD->CipherErr == 3)
463 if (((pRxD->CipherErr & 1) == 1)
471 pRxD->CipherErr, pRxD->SDL0,
480 if (pRxD->CipherErr == 2) {
491 if (((pRxD->CipherErr & 2) == 2)
508 // Acceptable since the First FragFrame no CipherErr problem.
H A Dcmm_data_usb.c869 if (pRxINFO->Decrypted && pRxINFO->CipherErr) {
871 if (((pRxINFO->CipherErr & 1) == 1)
877 if (((pRxINFO->CipherErr & 2) == 2)
885 if ((pRxINFO->CipherErr == 2) && pRxINFO->MyBss) {
896 /* Acceptable since the First FragFrame no CipherErr problem. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_usb.h74 u32 CipherErr:2; /* 0: decryption okay, 1:ICV error, 2:MIC error, 3:KEY not valid */ member in struct:rt_rxinfo
H A Dmac_pci.h118 u32 CipherErr:2; /* 0: decryption okay, 1:ICV error, 2:MIC error, 3:KEY not valid */ member in struct:rt_rxd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/chip/
H A Dmac_usb.h74 u32 CipherErr:2; /* 0: decryption okay, 1:ICV error, 2:MIC error, 3:KEY not valid */ member in struct:rt_rxinfo
H A Dmac_pci.h118 u32 CipherErr:2; /* 0: decryption okay, 1:ICV error, 2:MIC error, 3:KEY not valid */ member in struct:rt_rxd

Completed in 74 milliseconds