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