Lines Matching refs:sband
5909 struct ieee80211_supported_band *sband; member
5940 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5943 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5951 struct ieee80211_supported_band *sband,
5953 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5973 rate_lowest_index(struct ieee80211_supported_band *sband, in rate_lowest_index() argument
5978 for (i = 0; i < sband->n_bitrates; i++) in rate_lowest_index()
5979 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5990 bool rate_usable_index_exists(struct ieee80211_supported_band *sband, in rate_usable_index_exists() argument
5995 for (i = 0; i < sband->n_bitrates; i++) in rate_usable_index_exists()
5996 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()