Lines Matching refs:rate
962 int rate = 0;
968 if ((ie[i + 2] & 0x7f) > rate)
969 rate = ie[i + 2] & 0x7f;
974 if ((ie[i + 2] & 0x7f) > rate)
975 rate = ie[i + 2] & 0x7f;
978 return rate;
1088 * Channels with a great SNR can operate at full rate. What is a great SNR?
1092 * recommends 25 as a minimum SNR for 54 Mbps data rate. 30 is chosen here as a
1139 /* best/max rate preferred if SNR close enough */