cregit-Linux how code gets into the kernel

Release 4.15 net/mac80211/debugfs_key.h

Directory: net/mac80211
/* SPDX-License-Identifier: GPL-2.0 */
#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 Benc11100.00%1100.00%
Total11100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Jiri 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 Benc1090.91%150.00%
Johannes 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 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 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 Benc16100.00%1100.00%
Total16100.00%1100.00%

#endif #endif /* __MAC80211_DEBUGFS_KEY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc10470.75%125.00%
Jouni Malinen4027.21%125.00%
Johannes Berg21.36%125.00%
Greg Kroah-Hartman10.68%125.00%
Total147100.00%4100.00%
Directory: net/mac80211
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.