diff options
Diffstat (limited to 'include/net/lib80211.h')
-rw-r--r-- | include/net/lib80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/lib80211.h b/include/net/lib80211.h index dd1079f98da4..a269b23d1125 100644 --- a/include/net/lib80211.h +++ b/include/net/lib80211.h | |||
@@ -114,6 +114,9 @@ struct lib80211_crypt_info { | |||
114 | int crypt_quiesced; | 114 | int crypt_quiesced; |
115 | }; | 115 | }; |
116 | 116 | ||
117 | int lib80211_crypt_info_init(struct lib80211_crypt_info *info, char *name, | ||
118 | spinlock_t *lock); | ||
119 | void lib80211_crypt_info_free(struct lib80211_crypt_info *info); | ||
117 | int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops); | 120 | int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops); |
118 | int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops); | 121 | int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops); |
119 | struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name); | 122 | struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name); |