Home
last modified time | relevance | path

Searched refs:DecryptionMethod (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dwb35rx.c43 u32 DecryptionMethod; in Wb35Rx_adjust() local
47 DecryptionMethod = pRxDes->R01.R01_decryption_method; in Wb35Rx_adjust()
53 if (DecryptionMethod) in Wb35Rx_adjust()
55 if (DecryptionMethod == 3) /* For CCMP */ in Wb35Rx_adjust()
59 if (DecryptionMethod == 1) { /* For WEP */ in Wb35Rx_adjust()
64 } else if (DecryptionMethod) { /* For TKIP and CCMP */ in Wb35Rx_adjust()