Lines Matching defs:sband
376 * This structure encapsulates sband data that is relevant for the
501 * ieee80211_get_sband_iftype_data - return sband data for a given iftype
502 * @sband: the sband to search for the STA on
508 ieee80211_get_sband_iftype_data(const struct ieee80211_supported_band *sband,
519 for (i = 0; i < sband->n_iftype_data; i++) {
521 &sband->iftype_data[i];
531 * ieee80211_get_he_iftype_cap - return HE capabilities for an sband's iftype
532 * @sband: the sband to search for the iftype on
538 ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *sband,
542 ieee80211_get_sband_iftype_data(sband, iftype);
551 * ieee80211_get_he_sta_cap - return HE capabilities for an sband's STA
552 * @sband: the sband to search for the STA on
557 ieee80211_get_he_sta_cap(const struct ieee80211_supported_band *sband)
559 return ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_STATION);
564 * @sband: the sband to search for the STA on
570 ieee80211_get_he_6ghz_capa(const struct ieee80211_supported_band *sband,
574 ieee80211_get_sband_iftype_data(sband, iftype);
5469 * @sband: the band to look for rates in
5479 ieee80211_get_response_rate(struct ieee80211_supported_band *sband,
5484 * @sband: the band to look for rates in
5490 u32 ieee80211_mandatory_rates(struct ieee80211_supported_band *sband,