Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h189 StaPeerInfo* aidl_peer_info_stats);
Daidl_struct_util.cpp985 StaPeerInfo aidl_peer_info_stats; in convertLegacyLinkLayerMlStatsToAidl() local
986 if (!convertLegacyPeerInfoStatsToAidl(legacy_peer_info_stats, &aidl_peer_info_stats)) { in convertLegacyLinkLayerMlStatsToAidl()
989 aidl_peers_info_stats.push_back(aidl_peer_info_stats); in convertLegacyLinkLayerMlStatsToAidl()
1075 StaPeerInfo aidl_peer_info_stats; in convertLegacyLinkLayerStatsToAidl() local
1076 if (!convertLegacyPeerInfoStatsToAidl(legacy_peer_info_stats, &aidl_peer_info_stats)) { in convertLegacyLinkLayerStatsToAidl()
1079 aidl_peers_info_stats.push_back(aidl_peer_info_stats); in convertLegacyLinkLayerStatsToAidl()
1134 StaPeerInfo* aidl_peer_info_stats) { in convertLegacyPeerInfoStatsToAidl() argument
1135 if (!aidl_peer_info_stats) { in convertLegacyPeerInfoStatsToAidl()
1138 *aidl_peer_info_stats = {}; in convertLegacyPeerInfoStatsToAidl()
1139 aidl_peer_info_stats->staCount = legacy_peer_info_stats.peer_info.bssload.sta_count; in convertLegacyPeerInfoStatsToAidl()
[all …]