Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
net
wireless
orinoco
mic.h
Go to the documentation of this file.
1
/* Orinoco MIC helpers
2
*
3
* See copyright notice in main.c
4
*/
5
#ifndef _ORINOCO_MIC_H_
6
#define _ORINOCO_MIC_H_
7
8
#include <linux/types.h>
9
10
#define MICHAEL_MIC_LEN 8
11
12
/* Forward declarations */
13
struct
orinoco_private
;
14
struct
crypto_hash
;
15
16
int
orinoco_mic_init
(
struct
orinoco_private
*
priv
);
17
void
orinoco_mic_free
(
struct
orinoco_private
*
priv
);
18
int
orinoco_mic
(
struct
crypto_hash
*tfm_michael,
u8
*
key
,
19
u8
*
da
,
u8
*
sa
,
u8
priority
,
20
u8
*
data
,
size_t
data_len
,
u8
*
mic
);
21
22
#endif
/* ORINOCO_MIC_H */
Generated on Thu Jan 10 2013 14:12:22 for Linux Kernel by
1.8.2