|
@@ -83,4 +83,13 @@ void ieee80211_crypt_deinit_handler(unsigned long);
|
|
|
void ieee80211_crypt_delayed_deinit(struct ieee80211_device *ieee,
|
|
|
struct ieee80211_crypt_data **crypt);
|
|
|
|
|
|
+/* fun with the built-in ieee80211 stack... */
|
|
|
+int ieee80211_crypto_init(void);
|
|
|
+void ieee80211_crypto_deinit(void);
|
|
|
+int ieee80211_crypto_tkip_init(void);
|
|
|
+void ieee80211_crypto_tkip_exit(void);
|
|
|
+int ieee80211_crypto_ccmp_init(void);
|
|
|
+void ieee80211_crypto_ccmp_exit(void);
|
|
|
+int ieee80211_crypto_wep_init(void);
|
|
|
+void ieee80211_crypto_wep_exit(void);
|
|
|
#endif
|