#include <linux/types.h>
Go to the source code of this file.
Classes | |
struct | michael_mic_ctx |
Defines | |
#define | MICHAEL_MIC_LEN 8 |
Functions | |
void | michael_mic (const u8 *key, struct ieee80211_hdr *hdr, const u8 *data, size_t data_len, u8 *mic) |
#define MICHAEL_MIC_LEN 8 |
Definition at line 15 of file kernel-3.5/michael.h.
void michael_mic | ( | const u8 * | key, |
struct ieee80211_hdr * | hdr, | ||
const u8 * | data, | ||
size_t | data_len, | ||
u8 * | mic | ||
) |
Definition at line 56 of file kernel-3.2/michael.c.