Searched refs:mcast_rate (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | rate.c | 328 int mcast_rate; in rate_control_send_low() local 336 mcast_rate = txrc->bss_conf->mcast_rate[sband->band]; in rate_control_send_low() 337 if (mcast_rate > 0) { in rate_control_send_low() 338 info->control.rates[0].idx = mcast_rate - 1; in rate_control_send_low()
|
D | trace.h | 383 __array(int, mcast_rate, IEEE80211_NUM_BANDS) 422 memcpy(__entry->mcast_rate, info->mcast_rate, 423 sizeof(__entry->mcast_rate));
|
D | ibss.c | 1800 memcpy(sdata->vif.bss_conf.mcast_rate, params->mcast_rate, in ieee80211_ibss_join() 1801 sizeof(params->mcast_rate)); in ieee80211_ibss_join()
|
D | cfg.c | 1658 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup() 1659 sizeof(setup->mcast_rate)); in copy_mesh_setup() 2071 memcpy(sdata->vif.bss_conf.mcast_rate, rate, in ieee80211_set_mcast_rate()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1368 int mcast_rate[IEEE80211_NUM_BANDS]; member 1851 int mcast_rate[IEEE80211_NUM_BANDS]; member
|
D | mac80211.h | 533 int mcast_rate[IEEE80211_NUM_BANDS]; member
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 7366 int mcast_rate[IEEE80211_NUM_BANDS], in nl80211_parse_mcast_rate() 7382 mcast_rate[band] = i + 1; in nl80211_parse_mcast_rate() 7503 !nl80211_parse_mcast_rate(rdev, ibss.mcast_rate, in nl80211_join_ibss() 7553 int mcast_rate[IEEE80211_NUM_BANDS]; in nl80211_set_mcast_rate() local 7565 memset(mcast_rate, 0, sizeof(mcast_rate)); in nl80211_set_mcast_rate() 7571 if (!nl80211_parse_mcast_rate(rdev, mcast_rate, nla_rate)) in nl80211_set_mcast_rate() 7574 err = rdev->ops->set_mcast_rate(&rdev->wiphy, dev, mcast_rate); in nl80211_set_mcast_rate() 8854 !nl80211_parse_mcast_rate(rdev, setup.mcast_rate, in nl80211_join_mesh()
|