Lines Matching defs:sband
6711 * @sband: The band this frame is being transmitted on.
6728 struct ieee80211_supported_band *sband;
6766 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6769 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
6777 struct ieee80211_supported_band *sband,
6779 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
6799 rate_lowest_index(struct ieee80211_supported_band *sband,
6804 for (i = 0; i < sband->n_bitrates; i++)
6805 if (rate_supported(sta, sband->band, i))
6816 bool rate_usable_index_exists(struct ieee80211_supported_band *sband,
6821 for (i = 0; i < sband->n_bitrates; i++)
6822 if (rate_supported(sta, sband->band, i))
6903 * ieee80211_get_he_iftype_cap_vif - return HE capabilities for sband/vif
6904 * @sband: the sband to search for the iftype on
6910 ieee80211_get_he_iftype_cap_vif(const struct ieee80211_supported_band *sband,
6913 return ieee80211_get_he_iftype_cap(sband, ieee80211_vif_type_p2p(vif));
6918 * @sband: the sband to search for the STA on
6924 ieee80211_get_he_6ghz_capa_vif(const struct ieee80211_supported_band *sband,
6927 return ieee80211_get_he_6ghz_capa(sband, ieee80211_vif_type_p2p(vif));
6931 * ieee80211_get_eht_iftype_cap_vif - return ETH capabilities for sband/vif
6932 * @sband: the sband to search for the iftype on
6938 ieee80211_get_eht_iftype_cap_vif(const struct ieee80211_supported_band *sband,
6941 return ieee80211_get_eht_iftype_cap(sband, ieee80211_vif_type_p2p(vif));