Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Drate.c266 int mcast_rate; in rate_control_send_low() local
274 mcast_rate = txrc->bss_conf->mcast_rate[sband->band]; in rate_control_send_low()
275 if (mcast_rate > 0) { in rate_control_send_low()
276 info->control.rates[0].idx = mcast_rate - 1; in rate_control_send_low()
Dtrace.h374 __array(int, mcast_rate, IEEE80211_NUM_BANDS)
413 memcpy(__entry->mcast_rate, info->mcast_rate,
414 sizeof(__entry->mcast_rate));
Dibss.c1787 memcpy(sdata->vif.bss_conf.mcast_rate, params->mcast_rate, in ieee80211_ibss_join()
1788 sizeof(params->mcast_rate)); in ieee80211_ibss_join()
Dcfg.c1677 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup()
1678 sizeof(setup->mcast_rate)); in copy_mesh_setup()
2090 memcpy(sdata->vif.bss_conf.mcast_rate, rate, in ieee80211_set_mcast_rate()
/linux-4.1.27/include/net/
Dcfg80211.h1364 int mcast_rate[IEEE80211_NUM_BANDS]; member
1810 int mcast_rate[IEEE80211_NUM_BANDS]; member
Dmac80211.h512 int mcast_rate[IEEE80211_NUM_BANDS]; member
/linux-4.1.27/net/wireless/
Dnl80211.c7199 int mcast_rate[IEEE80211_NUM_BANDS], in nl80211_parse_mcast_rate()
7215 mcast_rate[band] = i + 1; in nl80211_parse_mcast_rate()
7336 !nl80211_parse_mcast_rate(rdev, ibss.mcast_rate, in nl80211_join_ibss()
7386 int mcast_rate[IEEE80211_NUM_BANDS]; in nl80211_set_mcast_rate() local
7397 memset(mcast_rate, 0, sizeof(mcast_rate)); in nl80211_set_mcast_rate()
7403 if (!nl80211_parse_mcast_rate(rdev, mcast_rate, nla_rate)) in nl80211_set_mcast_rate()
7406 err = rdev->ops->set_mcast_rate(&rdev->wiphy, dev, mcast_rate); in nl80211_set_mcast_rate()
8684 !nl80211_parse_mcast_rate(rdev, setup.mcast_rate, in nl80211_join_mesh()