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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c115 struct rt2x00debug_crypto crypto_stats[CIPHER_MAX]; member in struct:rt2x00debug_intf
149 intf->crypto_stats[cipher].success += (status == RX_CRYPTO_SUCCESS);
150 intf->crypto_stats[cipher].icv_error += (status == RX_CRYPTO_FAIL_ICV);
151 intf->crypto_stats[cipher].mic_error += (status == RX_CRYPTO_FAIL_MIC);
152 intf->crypto_stats[cipher].key_error += (status == RX_CRYPTO_FAIL_KEY);
401 intf->crypto_stats[i].success,
402 intf->crypto_stats[i].icv_error,
403 intf->crypto_stats[i].mic_error,
404 intf->crypto_stats[i].key_error);

Completed in 40 milliseconds