Searched refs:supportedrates (Results 1 – 1 of 1) sorted by relevance
164 unsigned char supportedrates[NumRates]; in get_rate_set() local166 memset(supportedrates, 0, NumRates); in get_rate_set()167 *bssrate_len = ratetbl2rateset(padapter, supportedrates); in get_rate_set()168 memcpy(pbssrate, supportedrates, *bssrate_len); in get_rate_set()