| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | rate.c | 396 int mcast_rate; in rate_control_send_low() local 404 mcast_rate = txrc->bss_conf->mcast_rate[sband->band]; in rate_control_send_low() 405 if (mcast_rate > 0) { in rate_control_send_low() 406 info->control.rates[0].idx = mcast_rate - 1; in rate_control_send_low()
|
| H A D | trace.h | 420 __array(int, mcast_rate, NUM_NL80211_BANDS) 460 memcpy(__entry->mcast_rate, info->mcast_rate, 461 sizeof(__entry->mcast_rate));
|
| H A D | ibss.c | 1819 memcpy(sdata->vif.bss_conf.mcast_rate, params->mcast_rate, in ieee80211_ibss_join() 1820 sizeof(params->mcast_rate)); in ieee80211_ibss_join()
|
| H A D | cfg.c | 2111 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup() 2112 sizeof(setup->mcast_rate)); in copy_mesh_setup() 2561 memcpy(sdata->vif.bss_conf.mcast_rate, rate, in ieee80211_set_mcast_rate()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | trace.h | 2470 int *mcast_rate), 2471 TP_ARGS(wiphy, netdev, mcast_rate), 2475 __array(int, mcast_rate, NUM_NL80211_BANDS) 2480 memcpy(__entry->mcast_rate, mcast_rate, 2486 __entry->mcast_rate[NL80211_BAND_2GHZ], 2487 __entry->mcast_rate[NL80211_BAND_5GHZ], 2488 __entry->mcast_rate[NL80211_BAND_6GHZ], 2489 __entry->mcast_rate[NL80211_BAND_60GHZ])
|
| H A D | rdev-ops.h | 1206 int mcast_rate[NUM_NL80211_BANDS]) in rdev_set_mcast_rate() 1210 trace_rdev_set_mcast_rate(&rdev->wiphy, dev, mcast_rate); in rdev_set_mcast_rate() 1212 ret = rdev->ops->set_mcast_rate(&rdev->wiphy, dev, mcast_rate); in rdev_set_mcast_rate()
|
| H A D | nl80211.c | 10003 int mcast_rate[NUM_NL80211_BANDS], in nl80211_parse_mcast_rate() 10019 mcast_rate[band] = i + 1; in nl80211_parse_mcast_rate() 10139 !nl80211_parse_mcast_rate(rdev, ibss.mcast_rate, in nl80211_join_ibss() 10203 int mcast_rate[NUM_NL80211_BANDS]; in nl80211_set_mcast_rate() local 10215 memset(mcast_rate, 0, sizeof(mcast_rate)); in nl80211_set_mcast_rate() 10221 if (!nl80211_parse_mcast_rate(rdev, mcast_rate, nla_rate)) in nl80211_set_mcast_rate() 10224 err = rdev_set_mcast_rate(rdev, dev, mcast_rate); in nl80211_set_mcast_rate() 11667 !nl80211_parse_mcast_rate(rdev, setup.mcast_rate, in nl80211_join_mesh()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1869 int mcast_rate; in ath11k_mac_op_bss_info_changed() local 2038 mcast_rate = vif->bss_conf.mcast_rate[band]; in ath11k_mac_op_bss_info_changed() 2040 if (mcast_rate > 0) in ath11k_mac_op_bss_info_changed() 2041 rateidx = mcast_rate - 1; in ath11k_mac_op_bss_info_changed()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 2057 int mcast_rate[NUM_NL80211_BANDS]; member 2721 int mcast_rate[NUM_NL80211_BANDS]; member
|
| H A D | mac80211.h | 664 int mcast_rate[NUM_NL80211_BANDS]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 5940 int ret = 0, mcast_rate; in ath10k_bss_info_changed() local 6126 mcast_rate = vif->bss_conf.mcast_rate[band]; in ath10k_bss_info_changed() 6127 if (mcast_rate > 0) in ath10k_bss_info_changed() 6128 rateidx = mcast_rate - 1; in ath10k_bss_info_changed()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 7669 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 7671 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 7672 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 7814 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 7816 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 7817 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 7794 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 7796 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 7797 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8621 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8623 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8624 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8088 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8090 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8091 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8622 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8624 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8625 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8886 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8888 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8889 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8910 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8912 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8913 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8713 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8715 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8716 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8263 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8265 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8266 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8742 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8744 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8745 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8094 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8096 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8097 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8217 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8219 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8220 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 8632 if (setup->mcast_rate[chan->band]) { in dump_mesh_setup() 8634 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate / 10 in dump_mesh_setup() 8635 , wiphy->bands[chan->band]->bitrates[setup->mcast_rate[chan->band] - 1].bitrate % 10 in dump_mesh_setup()
|