Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1085 StaPeerInfo hidl_peer_info_stats; in convertLegacyLinkLayerStatsToHidl() local
1087 &hidl_peer_info_stats)) { in convertLegacyLinkLayerStatsToHidl()
1090 hidl_peers_info_stats.push_back(hidl_peer_info_stats); in convertLegacyLinkLayerStatsToHidl()
1112 StaPeerInfo* hidl_peer_info_stats) { in convertLegacyPeerInfoStatsToHidl() argument
1113 if (!hidl_peer_info_stats) { in convertLegacyPeerInfoStatsToHidl()
1116 *hidl_peer_info_stats = {}; in convertLegacyPeerInfoStatsToHidl()
1117 hidl_peer_info_stats->staCount = in convertLegacyPeerInfoStatsToHidl()
1119 hidl_peer_info_stats->chanUtil = in convertLegacyPeerInfoStatsToHidl()
1135 hidl_peer_info_stats->rateStats = hidlRateStats; in convertLegacyPeerInfoStatsToHidl()
H A Dhidl_struct_util.h217 StaPeerInfo* hidl_peer_info_stats);