Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dmac80211.h5637 struct ieee80211_supported_band *sband; member
5653 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5656 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5664 struct ieee80211_supported_band *sband,
5666 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5710 rate_lowest_index(struct ieee80211_supported_band *sband, in rate_lowest_index() argument
5715 for (i = 0; i < sband->n_bitrates; i++) in rate_lowest_index()
5716 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5727 bool rate_usable_index_exists(struct ieee80211_supported_band *sband, in rate_usable_index_exists() argument
5732 for (i = 0; i < sband->n_bitrates; i++) in rate_usable_index_exists()
[all …]
Dcfg80211.h365 ieee80211_get_sband_iftype_data(const struct ieee80211_supported_band *sband, in ieee80211_get_sband_iftype_data() argument
376 for (i = 0; i < sband->n_iftype_data; i++) { in ieee80211_get_sband_iftype_data()
378 &sband->iftype_data[i]; in ieee80211_get_sband_iftype_data()
394 ieee80211_get_he_sta_cap(const struct ieee80211_supported_band *sband) in ieee80211_get_he_sta_cap() argument
397 ieee80211_get_sband_iftype_data(sband, NL80211_IFTYPE_STATION); in ieee80211_get_he_sta_cap()
4462 ieee80211_get_response_rate(struct ieee80211_supported_band *sband,
4473 u32 ieee80211_mandatory_rates(struct ieee80211_supported_band *sband,