|
Linux Kernel
3.7.1
|
#include <ieee80211_crypt.h>
Data Fields | |
| const char * | name |
| void *(* | init )(int keyidx) |
| void(* | deinit )(void *priv) |
| int(* | encrypt_mpdu )(struct sk_buff *skb, int hdr_len, void *priv) |
| int(* | decrypt_mpdu )(struct sk_buff *skb, int hdr_len, void *priv) |
| int(* | encrypt_msdu )(struct sk_buff *skb, int hdr_len, void *priv) |
| int(* | decrypt_msdu )(struct sk_buff *skb, int keyidx, int hdr_len, void *priv) |
| int(* | set_key )(void *key, int len, u8 *seq, void *priv) |
| int(* | get_key )(void *key, int len, u8 *seq, void *priv) |
| char *(* | print_stats )(char *p, void *priv) |
| int | extra_prefix_len |
| int | extra_postfix_len |
| struct module * | owner |
Definition at line 28 of file ieee80211_crypt.h.
Definition at line 46 of file ieee80211_crypt.h.
Definition at line 51 of file ieee80211_crypt.h.
Definition at line 37 of file ieee80211_crypt.h.
Definition at line 45 of file ieee80211_crypt.h.
Definition at line 50 of file ieee80211_crypt.h.
| int extra_postfix_len |
Definition at line 66 of file ieee80211_crypt.h.
| int extra_prefix_len |
Definition at line 66 of file ieee80211_crypt.h.
Definition at line 55 of file ieee80211_crypt.h.
Definition at line 34 of file ieee80211_crypt.h.
Definition at line 29 of file ieee80211_crypt.h.
Definition at line 68 of file ieee80211_crypt.h.
Definition at line 54 of file ieee80211_crypt.h.
1.8.2