wifi: Aggregate radio stats in link layer stats.

Set config_wifiLinkLayerAllRadiosStatsAggregationEnabled to true
So that framework can understand radio stats in general.

Bug: 302224360
Test: Manual
Change-Id: I91789de624faaf38af7894c7c5f7a455044d1d11
This commit is contained in:
kensun 2023-10-31 11:28:52 +00:00 committed by Ken Sun
parent 770a0aa43d
commit 7cf2e18bab

View file

@ -171,4 +171,7 @@
<!-- boolean indicating whether the caller thread needs to wait for destroyed listeners -->
<bool translatable="false" name ="config_wifiWaitForDestroyedListeners">true</bool>
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">true</bool>
</resources>