WiFi: Enable radio stats aggregation
set config_wifiLinkLayerRadioStatsAggregationEnabled to true to enable radio stats aggregation logic. Bug: 180513621 Test: atest com.android.server.wifi.WifiVendorHalTest Change-Id: I62512c678886b16339333c423c3e738ad626c85a
This commit is contained in:
parent
d287e223f4
commit
faae2ecb3b
1 changed files with 3 additions and 0 deletions
|
@ -114,4 +114,7 @@
|
||||||
|
|
||||||
<!-- Enable concurrent STA + Bridged access point (AP) support -->
|
<!-- Enable concurrent STA + Bridged access point (AP) support -->
|
||||||
<bool translatable="false" name="config_wifiStaWithBridgedSoftApConcurrencySupported">true</bool>
|
<bool translatable="false" name="config_wifiStaWithBridgedSoftApConcurrencySupported">true</bool>
|
||||||
|
|
||||||
|
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
|
||||||
|
<bool translatable="false" name="config_config_wifiLinkLayerAllRadiosStatsAggregationEnabled">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue