Lines Matching refs:sband
5140 struct ieee80211_supported_band *sband; member
5157 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5160 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5168 struct ieee80211_supported_band *sband,
5171 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5215 rate_lowest_index(struct ieee80211_supported_band *sband, in rate_lowest_index() argument
5220 for (i = 0; i < sband->n_bitrates; i++) in rate_lowest_index()
5221 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5232 bool rate_usable_index_exists(struct ieee80211_supported_band *sband, in rate_usable_index_exists() argument
5237 for (i = 0; i < sband->n_bitrates; i++) in rate_usable_index_exists()
5238 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()