Home
last modified time | relevance | path

Searched refs:sband (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dmac80211.h5909 struct ieee80211_supported_band *sband; member
5942 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5945 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5953 struct ieee80211_supported_band *sband,
5955 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5975 rate_lowest_index(struct ieee80211_supported_band *sband, in rate_lowest_index() argument
5980 for (i = 0; i < sband->n_bitrates; i++) in rate_lowest_index()
5981 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5992 bool rate_usable_index_exists(struct ieee80211_supported_band *sband, in rate_usable_index_exists() argument
5997 for (i = 0; i < sband->n_bitrates; i++) in rate_usable_index_exists()
[all …]
Dcfg80211.h449 ieee80211_get_sband_iftype_data(const struct ieee80211_supported_band *sband, in ieee80211_get_sband_iftype_data() argument
460 for (i = 0; i < sband->n_iftype_data; i++) { in ieee80211_get_sband_iftype_data()
462 &sband->iftype_data[i]; in ieee80211_get_sband_iftype_data()
479 ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *sband, in ieee80211_get_he_iftype_cap() argument
483 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_he_iftype_cap()
498 ieee80211_get_he_sta_cap(const struct ieee80211_supported_band *sband) in ieee80211_get_he_sta_cap() argument
500 return ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_STATION); in ieee80211_get_he_sta_cap()
511 ieee80211_get_he_6ghz_capa(const struct ieee80211_supported_band *sband, in ieee80211_get_he_6ghz_capa() argument
515 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_he_6ghz_capa()
5268 ieee80211_get_response_rate(struct ieee80211_supported_band *sband,
[all …]