Lines Matching refs:rates
257 * rates). The link_attr[] table enumerates the interfaces to the kernel,
964 * rates to be retrieved. However, we cannot increase it at this
967 * constant, MAX_SUPPORT_RATES, to allow all rates to be retrieved.
3925 dladm_wlan_rates_t *rates)
3937 for (i = 0; i < rates->wr_cnt; i++)
3938 wrp->wl_rates_rates[i] = rates->wr_rates[i];
3939 wrp->wl_rates_num = rates->wr_cnt;
3942 (rates->wr_cnt * sizeof (char)) + WIFI_BUF_OFFSET;
3955 dladm_wlan_rates_t rates;
3967 rates.wr_cnt = 1;
3968 rates.wr_rates[0] = vdp[0].vd_val;
3970 status = set_wlan_rate(handle, linkid, &rates);