debugfs_key.h
Go to the documentation of this file.
00001 #ifndef __MAC80211_DEBUGFS_KEY_H
00002 #define __MAC80211_DEBUGFS_KEY_H
00003 
00004 #ifdef CONFIG_MAC80211_DEBUGFS
00005 void ieee80211_debugfs_key_add(struct ieee80211_key *key);
00006 void ieee80211_debugfs_key_remove(struct ieee80211_key *key);
00007 void ieee80211_debugfs_key_update_default(struct ieee80211_sub_if_data *sdata);
00008 void ieee80211_debugfs_key_add_mgmt_default(
00009         struct ieee80211_sub_if_data *sdata);
00010 void ieee80211_debugfs_key_remove_mgmt_default(
00011         struct ieee80211_sub_if_data *sdata);
00012 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
00013                                    struct sta_info *sta);
00014 #else
00015 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key)
00016 {}
00017 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key)
00018 {}
00019 static inline void ieee80211_debugfs_key_update_default(
00020         struct ieee80211_sub_if_data *sdata)
00021 {}
00022 static inline void ieee80211_debugfs_key_add_mgmt_default(
00023         struct ieee80211_sub_if_data *sdata)
00024 {}
00025 static inline void ieee80211_debugfs_key_remove_mgmt_default(
00026         struct ieee80211_sub_if_data *sdata)
00027 {}
00028 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
00029                                                  struct sta_info *sta)
00030 {}
00031 #endif
00032 
00033 #endif /* __MAC80211_DEBUGFS_KEY_H */


ros_rt_wmp
Author(s): Danilo Tardioli, dantard@unizar.es
autogenerated on Fri Jan 3 2014 12:07:54