Searched defs:ieee80211_crypto_ops (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt.h | 28 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
|
/linux-3.3/drivers/staging/rtl8192u/ |
D | ieee80211_crypt.h | 28 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
|
/linux-3.3/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_crypt.h | 28 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
|