Searched refs:bySupportRate (Results 1 – 1 of 1) sorted by relevance
208 unsigned char bySupportRate = RATE_1M; in VNTWIFIbyGetMaxSupportRate() local213 bySupportRate = DATARATEbyGetRateIdx(pSupportRateIEs->abyRates[ii]); in VNTWIFIbyGetMaxSupportRate()214 if (bySupportRate > byMaxSupportRate) in VNTWIFIbyGetMaxSupportRate()215 byMaxSupportRate = bySupportRate; in VNTWIFIbyGetMaxSupportRate()221 bySupportRate = DATARATEbyGetRateIdx(pExtSupportRateIEs->abyRates[ii]); in VNTWIFIbyGetMaxSupportRate()222 if (bySupportRate > byMaxSupportRate) in VNTWIFIbyGetMaxSupportRate()223 byMaxSupportRate = bySupportRate; in VNTWIFIbyGetMaxSupportRate()