cregit-Linux how code gets into the kernel

Release 4.8 net/mac80211/debugfs_key.h

Directory: net/mac80211
#ifndef __MAC80211_DEBUGFS_KEY_H

#define __MAC80211_DEBUGFS_KEY_H

#ifdef CONFIG_MAC80211_DEBUGFS
void ieee80211_debugfs_key_add(struct ieee80211_key *key);
void ieee80211_debugfs_key_remove(struct ieee80211_key *key);
void ieee80211_debugfs_key_update_default(struct ieee80211_sub_if_data *sdata);
void ieee80211_debugfs_key_add_mgmt_default(
	struct ieee80211_sub_if_data *sdata);
void ieee80211_debugfs_key_remove_mgmt_default(
	struct ieee80211_sub_if_data *sdata);
void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
				   struct sta_info *sta);
#else

static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) {}

Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc11100.00%1100.00%
Total11100.00%1100.00%


static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) {}

Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc11100.00%1100.00%
Total11100.00%1100.00%


static inline void ieee80211_debugfs_key_update_default( struct ieee80211_sub_if_data *sdata) {}

Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc1090.91%150.00%
johannes bergjohannes berg19.09%150.00%
Total11100.00%2100.00%


static inline void ieee80211_debugfs_key_add_mgmt_default( struct ieee80211_sub_if_data *sdata) {}

Contributors

PersonTokensPropCommitsCommitProp
jouni malinenjouni malinen11100.00%1100.00%
Total11100.00%1100.00%


static inline void ieee80211_debugfs_key_remove_mgmt_default( struct ieee80211_sub_if_data *sdata) {}

Contributors

PersonTokensPropCommitsCommitProp
jouni malinenjouni malinen11100.00%1100.00%
Total11100.00%1100.00%


static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, struct sta_info *sta) {}

Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc16100.00%1100.00%
Total16100.00%1100.00%

#endif #endif /* __MAC80211_DEBUGFS_KEY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc10471.23%133.33%
jouni malinenjouni malinen4027.40%133.33%
johannes bergjohannes berg21.37%133.33%
Total146100.00%3100.00%
Directory: net/mac80211
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.