Linux Kernel
3.7.1
|
#include <mac80211.h>
Data Fields | |
struct module * | module |
const char * | name |
void *(* | alloc )(struct ieee80211_hw *hw, struct dentry *debugfsdir) |
void(* | free )(void *priv) |
void *(* | alloc_sta )(void *priv, struct ieee80211_sta *sta, gfp_t gfp) |
void(* | rate_init )(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta) |
void(* | rate_update )(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, u32 changed) |
void(* | free_sta )(void *priv, struct ieee80211_sta *sta, void *priv_sta) |
void(* | tx_status )(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) |
void(* | get_rate )(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) |
void(* | add_sta_debugfs )(void *priv, void *priv_sta, struct dentry *dir) |
void(* | remove_sta_debugfs )(void *priv, void *priv_sta) |
Definition at line 3736 of file mac80211.h.
Definition at line 3757 of file mac80211.h.
Definition at line 3739 of file mac80211.h.
Definition at line 3742 of file mac80211.h.
Definition at line 3740 of file mac80211.h.
Definition at line 3748 of file mac80211.h.
void(* get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) |
Definition at line 3754 of file mac80211.h.
Definition at line 3737 of file mac80211.h.
Definition at line 3738 of file mac80211.h.
void(* rate_init)(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta) |
Definition at line 3743 of file mac80211.h.
void(* rate_update)(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, u32 changed) |
Definition at line 3745 of file mac80211.h.
void(* tx_status)(void *priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *priv_sta, struct sk_buff *skb) |
Definition at line 3751 of file mac80211.h.