Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h188 bool convertLegacyPeerInfoStatsToAidl(const legacy_hal::WifiPeerInfo& legacy_peer_info_stats,
Daidl_struct_util.cpp984 for (const auto& legacy_peer_info_stats : link.peers) { in convertLegacyLinkLayerMlStatsToAidl() local
986 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() local
1076 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() argument
1139 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()