Searched refs:tx_time_per_levels (Results 1 – 6 of 6) sorted by relevance
713 stats->tx_time_per_levels = in get_wifi_radio_stats()715 if (!stats->tx_time_per_levels) { in get_wifi_radio_stats()721 nla_memcpy(stats->tx_time_per_levels, in get_wifi_radio_stats()882 if (radioStat->tx_time_per_levels) { in clearStats()883 free(radioStat->tx_time_per_levels); in clearStats()884 radioStat->tx_time_per_levels = NULL; in clearStats()1010 radioStatsBuf->tx_time_per_levels[i]); in handleResponse()
144 external_stat_ptr->tx_time_per_levels = NULL; in convertToExternalRadioStatStructure()
94 …u32 *tx_time_per_levels; // pointer to an array of radio transmit per power levels in member
666 radio_stats_ptr[i].tx_time_per_levels != nullptr) { in getLinkLayerStats()667 radio.tx_time_per_levels.assign( in getLinkLayerStats()668 radio_stats_ptr[i].tx_time_per_levels, in getLinkLayerStats()669 radio_stats_ptr[i].tx_time_per_levels + in getLinkLayerStats()673 radio.stats.tx_time_per_levels = nullptr; in getLinkLayerStats()
56 std::vector<uint32_t> tx_time_per_levels; member
837 legacy_radio_stats.tx_time_per_levels; in convertLegacyLinkLayerStatsToHidl()