Lines Matching defs:rate
26 /* Memory needed to store supported rate */
563 /* This function appends rate TLV to scan config command. */
761 /* rate IE is updated per scan command but same starting
762 * pointer is used each time so that rate IE from earlier
1203 u8 *rate;
1322 * Only process extended supported rate
1323 * if data rate is already found.
1324 * Data rate IE should come before
1325 * extended supported rate IE
1336 rate = (u8 *) bss_entry->data_rates;
1337 rate += rate_size;
1338 memcpy(rate, current_ptr + 2, bytes_to_copy);
1340 rate = (u8 *) bss_entry->supported_rates;
1341 rate += rate_size;
1342 memcpy(rate, current_ptr + 2, bytes_to_copy);