Searched defs:ieee80211_crypto_ops (Results 1 – 1 of 1) sorted by relevance
28 struct ieee80211_crypto_ops { struct29 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