Lines Matching refs:sband
5065 struct ieee80211_supported_band *sband; member
5082 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5085 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5093 struct ieee80211_supported_band *sband,
5096 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5140 rate_lowest_index(struct ieee80211_supported_band *sband, in rate_lowest_index() argument
5145 for (i = 0; i < sband->n_bitrates; i++) in rate_lowest_index()
5146 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5157 bool rate_usable_index_exists(struct ieee80211_supported_band *sband, in rate_usable_index_exists() argument
5162 for (i = 0; i < sband->n_bitrates; i++) in rate_usable_index_exists()
5163 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()