Lines Matching defs:rate
1887 struct ieee80211_rate *rate;
1958 rate = &sband->bitrates[i];
1960 rate->bitrate))
1962 if ((rate->flags & IEEE80211_RATE_SHORT_PREAMBLE) &&
4939 int rate = (rates[i] & 0x7f) * 5;
4945 if (rate == srate->bitrate) {
4951 return 0; /* rate not found */
5293 u32 rate = beacon_rate->control[band].legacy;
5295 /* Allow only one rate */
5296 if (hweight32(rate) > 1)
5308 if (count_ht && rate)
5321 if (count_vht && rate)
5334 if (count_he && rate)
5339 (!rate && !count_ht && !count_vht && !count_he))
5342 if (rate &&
6376 struct nlattr *rate;
6381 rate = nla_nest_start_noflag(msg, attr);
6382 if (!rate)
6497 nla_nest_end(msg, rate);
12801 u32 rate, u32 pkts, u32 intvl)
12807 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL)
12817 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl);
13010 u32 rate = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_RATE]);
13014 return nl80211_set_cqm_txe(info, rate, pkts, intvl);
19187 u32 rate, u32 intvl, gfp_t gfp)
19198 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_RATE, rate))