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