summaryrefslogtreecommitdiff
path: root/wifi/1.6/default/tests
AgeCommit message (Collapse)Author
2022-02-23Change the expected AP iface index when dual STAs supported.Chris Ye
When the HAL support dual STAs, AP should start with idx 2. Bug: 220338166 Test: atest -c android.hardware.wifi@1.0-service-tests Change-Id: Ic3780ea346417cf878b94e4ead8fc3eff22baf8f
2022-02-18wifi: fix NULL pointer in unit testsJimmy Chen
getSupportedIfaceName() should be mocked to avoid NULL pointer exception. Bug: 217267980 Test: atest android.hardware.wifi@1.0-service-tests Change-Id: I97a9cb8430ea77a6fe068f20586ab27df9291400
2022-02-08Add IfaceConcurrencyType and related methods for AP_BRIDGED concurrencyQuang Luong
Add IfaceConcurrencyType to represent Iface implementations that have different concurrency implications for the same IfaceType, such as Bridged AP and Single AP for IWifiApIface. Add a new IWifiChip HAL API, getAvailableModes_1_6 to return the new concurrency type combos. Bug: 207055799 Test: 1.6/default/tests/runtests.sh Change-Id: Iad20a3d95d54dd8b624db912fd3153c2a3372f45
2022-01-26wifi: Get the supported radio combinations matrixSunil Ravi
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-25Wifi: Add support for Wifi Aware 3.1Nate Jiang
Bug: 203220137 Test: pass vts test Change-Id: I576e03b7cb94466c094a7e4ca1714dddd81ddd5f
2022-01-21Wifi: Add implementation for vendor HAL for 11be supportAhmed ElArabawy
This commit adds the implementation for the HAL API changes to enable 11be support. Bug: 198746544 Test: Build Succeeds Test: VTS test Change-Id: I2d1f296856698951c2c0111200e7c7bf661da132
2022-01-12Wifi: Uprev wifi HAL to 1.6Ahmed ElArabawy
This commit uprevs the Wifi vendor HAL to 1.6 Bug: 214108561 Test: atest VtsHalWifiV1_0TargetTest VtsHalWifiNanV1_0TargetTest VtsHalWifiApV1_0TargetTest \ VtsHalWifiV1_1TargetTest \ VtsHalWifiV1_2TargetTest VtsHalWifiNanV1_2TargetTest \ VtsHalWifiV1_3TargetTest \ VtsHalWifiApV1_4TargetTest VtsHalWifiNanV1_4TargetTest VtsHalWifiRttV1_4TargetTest \ VtsHalWifiV1_5TargetTest VtsHalWifiNanV1_5TargetTest VtsHalWifiApV1_5TargetTest Change-Id: I059a5de346e353f7fba1e008ecd9fb4611e66880