Searched refs:rate_supported (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/net/ |
D | mac80211.h | 6281 static inline int rate_supported(struct ieee80211_sta *sta, in rate_supported() function 6295 if (rate_supported(sta, sband->band, i)) in rate_lowest_index() 6312 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()
|
/Linux-v5.15/net/mac80211/ |
D | rc80211_minstrel_ht.c | 1544 !rate_supported(sta, sband->band, mp->cck_rates[i])) in minstrel_ht_update_cck() 1567 !rate_supported(sta, sband->band, rates[i])) in minstrel_ht_update_ofdm()
|
D | rate.c | 365 if (!rate_supported(sta, sband->band, i)) in __rate_control_send_low()
|