Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h28 struct ieee80211_crypto_ops { struct
29 const char *name;
34 void * (*init)(int keyidx);
37 void (*deinit)(void *priv);
45 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv);
46 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv);
73 struct ieee80211_crypto_ops *ops; argument