Home
last modified time | relevance | path

Searched defs:ieee80211_crypto_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h28 struct ieee80211_crypto_ops { struct
29 const char *name;
35 void * (*init)(int keyidx);
38 void (*deinit)(void *priv);
46 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv);
47 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv);
52 int (*encrypt_msdu)(struct sk_buff *skb, int hdr_len, void *priv);
53 int (*decrypt_msdu)(struct sk_buff *skb, int keyidx, int hdr_len,
77 struct ieee80211_crypto_ops *ops; argument