No description
Find a file
Sunil Ravi 3f3737abcd wifi: Get the supported radio combinations matrix
Added API to get the supported radio combinations
of the chip. This is mainly to check if the chip is
capable of multi band simultaneous operation.

For Example in case of a chip which has two radios, where one radio is
capable of 2.4GHz 2X2 only and another radio which is capable of either
5GHz or 6GHz 2X2, number of possible radio combinations in this case
are 5 and possible combinations are
    {{{2G 2X2}}, //Standalone 2G
    {{5G 2X2}}, //Standalone 5G
    {{6G 2X2}}, //Standalone 6G
    {{2G 2X2}, {5G 2X2}}, //2G+5G DBS
    {{2G 2X2}, {6G 2X2}}} //2G+6G DBS

Bug: 208877624
Test: unit test
Change-Id: I4c90f80002ca138133a575bca80dfdef2a593ab2
2022-01-26 23:21:57 -08:00
audio [LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware_legacy 2021-02-12 16:32:13 -08:00
include wifi: Get the supported radio combinations matrix 2022-01-26 23:21:57 -08:00
Android.bp libpower: Set uwb apex sdk to Tiramisu 2022-01-20 18:52:07 +00:00
block_suspend.cpp RAII style wakelocks: Add tryGet() factory method. 2021-02-23 10:06:19 -05:00
CleanSpec.mk Fix incremental builds by adding Cleanspec step 2011-07-22 16:23:43 -07:00
METADATA Add METADATA to libhardware_legacy: Apache2=NOTICE 2020-05-01 10:03:37 -07:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:14 -08:00
OWNERS libhardware_legacy: add trong to OWNERS 2018-10-22 15:19:45 -07:00
power.cpp libpower: Check if suspend service is null 2021-08-04 19:30:18 +00:00
power_test.cpp RAII style wakelocks: Add tryGet() factory method. 2021-02-23 10:06:19 -05:00
TEST_MAPPING DO NOT MERGE Demote libpower_test to postsubmit 2019-07-19 18:27:56 +00:00
uevent.c libhardware_legacy: Android.mk -> Android.bp 2017-04-14 16:05:25 +00:00