Lines Matching defs:sband
414 * struct ieee80211_sband_iftype_data - sband data per interface type
416 * This structure encapsulates sband data that is relevant for the
550 * ieee80211_get_sband_iftype_data - return sband data for a given iftype
551 * @sband: the sband to search for the STA on
557 ieee80211_get_sband_iftype_data(const struct ieee80211_supported_band *sband,
568 for (i = 0; i < sband->n_iftype_data; i++) {
570 &sband->iftype_data[i];
580 * ieee80211_get_he_iftype_cap - return HE capabilities for an sband's iftype
581 * @sband: the sband to search for the iftype on
587 ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *sband,
591 ieee80211_get_sband_iftype_data(sband, iftype);
601 * @sband: the sband to search for the STA on
607 ieee80211_get_he_6ghz_capa(const struct ieee80211_supported_band *sband,
611 ieee80211_get_sband_iftype_data(sband, iftype);
620 * ieee80211_get_eht_iftype_cap - return ETH capabilities for an sband's iftype
621 * @sband: the sband to search for the iftype on
627 ieee80211_get_eht_iftype_cap(const struct ieee80211_supported_band *sband,
631 ieee80211_get_sband_iftype_data(sband, iftype);
6265 * @sband: the band to look for rates in
6275 ieee80211_get_response_rate(struct ieee80211_supported_band *sband,
6280 * @sband: the band to look for rates in
6286 u32 ieee80211_mandatory_rates(struct ieee80211_supported_band *sband,