Home
last modified time | relevance | path

Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/include/net/
Dmac80211.h6589 struct rate_control_ops { struct
6590 unsigned long capa;
6591 const char *name;
6592 void *(*alloc)(struct ieee80211_hw *hw);
6593 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6595 void (*free)(void *priv);
6597 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6598 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6601 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
6605 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
[all …]