Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dorinoco.h38 #define MIC_KEYLEN 8 macro
42 u8 tx_mic[MIC_KEYLEN];
43 u8 rx_mic[MIC_KEYLEN];
H A Dmic.c69 err = crypto_shash_setkey(tfm_michael, key, MIC_KEYLEN); in orinoco_mic()
H A Dhw.c998 u8 tx_mic[MIC_KEYLEN]; in __orinoco_hw_set_tkip_key()
999 u8 rx_mic[MIC_KEYLEN]; in __orinoco_hw_set_tkip_key()