Searched refs:sband (Results 1 – 2 of 2) sorted by relevance
/include/net/ |
D | mac80211.h | 5909 struct ieee80211_supported_band *sband; member 5940 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 5943 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 5951 struct ieee80211_supported_band *sband, 5953 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband, 5973 rate_lowest_index(struct ieee80211_supported_band *sband, in rate_lowest_index() argument 5978 for (i = 0; i < sband->n_bitrates; i++) in rate_lowest_index() 5979 if (rate_supported(sta, sband->band, i)) in rate_lowest_index() 5990 bool rate_usable_index_exists(struct ieee80211_supported_band *sband, in rate_usable_index_exists() argument 5995 for (i = 0; i < sband->n_bitrates; i++) in rate_usable_index_exists() [all …]
|
D | cfg80211.h | 431 ieee80211_get_sband_iftype_data(const struct ieee80211_supported_band *sband, in ieee80211_get_sband_iftype_data() argument 439 for (i = 0; i < sband->n_iftype_data; i++) { in ieee80211_get_sband_iftype_data() 441 &sband->iftype_data[i]; in ieee80211_get_sband_iftype_data() 458 ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *sband, in ieee80211_get_he_iftype_cap() argument 462 ieee80211_get_sband_iftype_data(sband, iftype); in ieee80211_get_he_iftype_cap() 477 ieee80211_get_he_sta_cap(const struct ieee80211_supported_band *sband) in ieee80211_get_he_sta_cap() argument 479 return ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_STATION); in ieee80211_get_he_sta_cap() 5043 ieee80211_get_response_rate(struct ieee80211_supported_band *sband, 5054 u32 ieee80211_mandatory_rates(struct ieee80211_supported_band *sband,
|