Home
last modified time | relevance | path

Searched refs:kMaxNumRates (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dremote_connection.cpp39 static const uint32_t kMaxNumRates = 4; variable
56 memcpy(rates, txRates, std::min(numRates, kMaxNumRates)); in WifiForwardHeader()
57 if (numRates < kMaxNumRates) { in WifiForwardHeader()
60 sizeof(rates[0]) * (kMaxNumRates - numRates)); in WifiForwardHeader()
74 hwsim_tx_rate rates[kMaxNumRates];