Lines Matching defs:sband
6091 * @sband: The band this frame is being transmitted on.
6108 struct ieee80211_supported_band *sband;
6141 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6144 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
6152 struct ieee80211_supported_band *sband,
6154 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
6174 rate_lowest_index(struct ieee80211_supported_band *sband,
6179 for (i = 0; i < sband->n_bitrates; i++)
6180 if (rate_supported(sta, sband->band, i))
6191 bool rate_usable_index_exists(struct ieee80211_supported_band *sband,
6196 for (i = 0; i < sband->n_bitrates; i++)
6197 if (rate_supported(sta, sband->band, i))