Searched refs:hwsim_tx_rate (Results 1 – 4 of 4) sorted by relevance
28 struct hwsim_tx_rate { struct48 using Rates = std::array<hwsim_tx_rate, IEEE80211_TX_MAX_RATES>; argument59 const hwsim_tx_rate* rates,93 const hwsim_tx_rate* rates,
78 const hwsim_tx_rate* rates, in FrameInfo()104 const hwsim_tx_rate* rates, size_t numRates) in Frame()
309 auto rates = reinterpret_cast<const hwsim_tx_rate*>( in parseFrame()313 if (rateLength <= 0 || (rateLength % sizeof(hwsim_tx_rate)) != 0) { in parseFrame()316 size_t numRates = static_cast<size_t>(rateLength) / sizeof(hwsim_tx_rate); in parseFrame()
45 const hwsim_tx_rate* txRates) in WifiForwardHeader()74 hwsim_tx_rate rates[kMaxNumRates];