Home
last modified time | relevance | path

Searched refs:mcast_rate (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Drate.c401 int mcast_rate; in rate_control_send_low() local
409 mcast_rate = txrc->bss_conf->mcast_rate[sband->band]; in rate_control_send_low()
410 if (mcast_rate > 0) { in rate_control_send_low()
411 info->control.rates[0].idx = mcast_rate - 1; in rate_control_send_low()
Dibss.c1798 memcpy(sdata->vif.bss_conf.mcast_rate, params->mcast_rate, in ieee80211_ibss_join()
1799 sizeof(params->mcast_rate)); in ieee80211_ibss_join()
Dtrace.h472 __array(int, mcast_rate, NUM_NL80211_BANDS)
501 memcpy(__entry->mcast_rate, link_conf->mcast_rate,
502 sizeof(__entry->mcast_rate));
Dcfg.c2493 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup()
2494 sizeof(setup->mcast_rate)); in copy_mesh_setup()
2953 memcpy(sdata->vif.bss_conf.mcast_rate, rate, in ieee80211_set_mcast_rate()
/net/wireless/
Dtrace.h2589 int *mcast_rate),
2590 TP_ARGS(wiphy, netdev, mcast_rate),
2594 __array(int, mcast_rate, NUM_NL80211_BANDS)
2599 memcpy(__entry->mcast_rate, mcast_rate,
2605 __entry->mcast_rate[NL80211_BAND_2GHZ],
2606 __entry->mcast_rate[NL80211_BAND_5GHZ],
2607 __entry->mcast_rate[NL80211_BAND_6GHZ],
2608 __entry->mcast_rate[NL80211_BAND_60GHZ])
Drdev-ops.h1231 int mcast_rate[NUM_NL80211_BANDS]) in rdev_set_mcast_rate()
1235 trace_rdev_set_mcast_rate(&rdev->wiphy, dev, mcast_rate); in rdev_set_mcast_rate()
1237 ret = rdev->ops->set_mcast_rate(&rdev->wiphy, dev, mcast_rate); in rdev_set_mcast_rate()
Dnl80211.c11404 int mcast_rate[NUM_NL80211_BANDS], in nl80211_parse_mcast_rate()
11420 mcast_rate[band] = i + 1; in nl80211_parse_mcast_rate()
11542 !nl80211_parse_mcast_rate(rdev, ibss.mcast_rate, in nl80211_join_ibss()
11606 int mcast_rate[NUM_NL80211_BANDS]; in nl80211_set_mcast_rate() local
11617 memset(mcast_rate, 0, sizeof(mcast_rate)); in nl80211_set_mcast_rate()
11623 if (!nl80211_parse_mcast_rate(rdev, mcast_rate, nla_rate)) in nl80211_set_mcast_rate()
11626 return rdev_set_mcast_rate(rdev, dev, mcast_rate); in nl80211_set_mcast_rate()
13147 !nl80211_parse_mcast_rate(rdev, setup.mcast_rate, in nl80211_join_mesh()