Searched refs:DecryptionMethod (Results 1 - 2 of 2) 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/winbond/
H A Dwb35rx.c44 u32 DecryptionMethod; local
48 DecryptionMethod = pRxDes->R01.R01_decryption_method;
54 if (DecryptionMethod)
56 if (DecryptionMethod == 3) /* For CCMP */
60 if (DecryptionMethod == 1) { /* For WEP */
65 } else if (DecryptionMethod) { /* For TKIP and CCMP */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/winbond/
H A Dwb35rx.c44 u32 DecryptionMethod; local
48 DecryptionMethod = pRxDes->R01.R01_decryption_method;
54 if (DecryptionMethod)
56 if (DecryptionMethod == 3) /* For CCMP */
60 if (DecryptionMethod == 1) { /* For WEP */
65 } else if (DecryptionMethod) { /* For TKIP and CCMP */

Completed in 159 milliseconds