Searched refs:legacy_peer_info_stats (Results 1 – 2 of 2) sorted by relevance
188 bool convertLegacyPeerInfoStatsToAidl(const legacy_hal::WifiPeerInfo& legacy_peer_info_stats,
984 for (const auto& legacy_peer_info_stats : link.peers) { in convertLegacyLinkLayerMlStatsToAidl() local986 if (!convertLegacyPeerInfoStatsToAidl(legacy_peer_info_stats, &aidl_peer_info_stats)) { in convertLegacyLinkLayerMlStatsToAidl()1074 for (const auto& legacy_peer_info_stats : legacy_stats.peers) { in convertLegacyLinkLayerStatsToAidl() local1076 if (!convertLegacyPeerInfoStatsToAidl(legacy_peer_info_stats, &aidl_peer_info_stats)) { in convertLegacyLinkLayerStatsToAidl()1133 bool convertLegacyPeerInfoStatsToAidl(const legacy_hal::WifiPeerInfo& legacy_peer_info_stats, in convertLegacyPeerInfoStatsToAidl() argument1139 aidl_peer_info_stats->staCount = legacy_peer_info_stats.peer_info.bssload.sta_count; in convertLegacyPeerInfoStatsToAidl()1140 aidl_peer_info_stats->chanUtil = legacy_peer_info_stats.peer_info.bssload.chan_util; in convertLegacyPeerInfoStatsToAidl()1143 for (const auto& legacy_rate_stats : legacy_peer_info_stats.rate_stats) { in convertLegacyPeerInfoStatsToAidl()