platform_hardware_interfaces/wifi/1.6
Sunil Ravi ef97d23f88 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: vts test
Change-Id: I4c90f80002ca138133a575bca80dfdef2a593ab2
2022-01-26 23:18:37 -08:00
..
default wifi: Get the supported radio combinations matrix 2022-01-26 23:18:37 -08:00
Android.bp Wifi: Update wifi vendor hal API with changes for 11be support 2022-01-21 14:07:02 -08:00
IWifi.hal Wifi: Uprev wifi HAL to 1.6 2022-01-12 15:10:45 -08:00
IWifiChip.hal wifi: Get the supported radio combinations matrix 2022-01-26 23:18:37 -08:00
IWifiNanIface.hal Wifi: Add support for Wifi Aware 3.1 2022-01-25 14:40:53 -08:00
IWifiNanIfaceEventCallback.hal Wifi: Add support for Wifi Aware 3.1 2022-01-25 14:40:53 -08:00
IWifiRttController.hal Wifi: Add support for Wifi Aware 3.1 2022-01-25 14:40:53 -08:00
IWifiRttControllerEventCallback.hal Wifi: Update wifi vendor hal API with changes for 11be support 2022-01-21 14:07:02 -08:00
IWifiStaIface.hal Wifi: Update wifi vendor hal API with changes for 11be support 2022-01-21 14:07:02 -08:00
types.hal wifi: Get the supported radio combinations matrix 2022-01-26 23:18:37 -08:00