Lines Matching defs:rates
242 * rates). The link_attr[] table enumerates the interfaces to the kernel,
862 * rates to be retrieved. However, we cannot increase it at this
865 * constant, MAX_SUPPORT_RATES, to allow all rates to be retrieved.
3257 dladm_wlan_rates_t *rates)
3269 for (i = 0; i < rates->wr_cnt; i++)
3270 wrp->wl_rates_rates[i] = rates->wr_rates[i];
3271 wrp->wl_rates_num = rates->wr_cnt;
3274 (rates->wr_cnt * sizeof (char)) + WIFI_BUF_OFFSET;
3287 dladm_wlan_rates_t rates;
3299 rates.wr_cnt = 1;
3300 rates.wr_rates[0] = vdp[0].vd_val;
3302 status = set_wlan_rate(handle, linkid, &rates);