wl_rates_t
rates_num = ((wl_rates_t *)(gbuf->wldp_buf))->wl_rates_num;
value = ((wl_rates_t *)gbuf->wldp_buf)
((wl_rates_t *)(gbuf->wldp_buf))->wl_rates_num = num;
((wl_rates_t *)gbuf->wldp_buf)->wl_rates_rates[i]
offsetof(wl_rates_t, wl_rates_rates) +
rates_num = ((wl_rates_t *)(gbuf->wldp_buf))->wl_rates_num;
rate = ((wl_rates_t *)gbuf->wldp_buf)
wl_rates_t *ratesp = NULL;
{ MAC_PROP_WL_DESIRED_RATES, sizeof (wl_rates_t), "desired_rates"},
wl_rates_t *wrp;
{ MAC_PROP_WL_SUPPORTED_RATES, sizeof (wl_rates_t), "supported_rates"},
wl_rates_t *wrp;
len = offsetof(wl_rates_t, wl_rates_rates) +
minsize = sizeof (wl_rates_t);
minsize = sizeof (wl_rates_t);
wl_rates_t *iw_rates = (wl_rates_t *)wldp_buf;
wl_rates_t ow_rates;
bcopy(&ow_rates, wldp_buf, sizeof (wl_rates_t));
wl_rates_t *wl_rates;
wl_rates = (wl_rates_t *)wldp_buf;
wl_rates_t *ow_rates;
buflen = offsetof(wl_rates_t, wl_rates_rates) +
ow_rates = (wl_rates_t *)outp->wldp_buf;
wl_rates_t *iw_rates = (wl_rates_t *)inp->wldp_buf;
wl_rates_t *ow_rates;
if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_rates_t))) == NULL)
ow_rates = (wl_rates_t *)outp->wldp_buf;