summaryrefslogtreecommitdiff
path: root/wifi/1.4/default/hidl_struct_util.cpp
AgeCommit message (Collapse)Author
2020-07-22wifi: upgrade wifi interface to 1.5Jimmy Chen
Only a root interface is added and update relevant code. Bug: 160834354 Test: atest VtsHalWifiV1_0TargetTest VtsHalWifiNanV1_0TargetTest VtsHalWifiApV1_0TargetTest \ VtsHalWifiV1_1TargetTest \ VtsHalWifiV1_2TargetTest VtsHalWifiNanV1_2TargetTest \ VtsHalWifiV1_3TargetTest \ VtsHalWifiApV1_4TargetTest VtsHalWifiNanV1_4TargetTest VtsHalWifiRttV1_4TargetTest Change-Id: Ifdffa3a6996eca1d3c4b499258896cdfe5eb9c87
2020-02-03wifi: Add provision to create/delete dynamic interface(s)Sunil Ravi
This commit does following: create/delete softap interface at runtime, if needed. create/delete station interface at runtime, if needed. Bug: 146539882 Bug: 121156971 Test: Manual - Basic wifi sanity test. Change-Id: I6ab9c9e134d2f09e27283c9e60df885392834de4 Signed-off-by: Vinay Gannevaram <quic_vganneva@quicinc.com>
2019-12-12Remove 6GHz capability query through HALAhmed ElArabawy
It was decided to perform the check on the device support of 6GHz through overlay configs instead of through HAL. This commit removes the Hidl API changes that were used for that check. Bug: 145936758 Bug: 139354972 Test: Manual Test: VTS test Test: Unit test: hardware/interfaces/wifi/1.4/default/tests/runtests.sh Change-Id: I81fdf603a668a71e3e875211367111fffee20e54
2019-12-12Fix 6GHz support for NANNate(Qiang) Jiang
add NAN 6Ghz support in 1.4, size of bandSpecificConfig should be 3. Bug: 146062988 Test: unit test Test: acts AttachTest DiscoveryTest DataPathTest Change-Id: I3bd0a4f32d804eae848bc15d9813d5ccb3e5fc62
2019-12-06Wifi: Add 6GHz band to NAN structures and methodsAhmed ElArabawy
This commit adds 6GHz band to NAN related structures and methods. Bug: 139354972 Test: Manual Test: VTS test Test: Unit test: Test: ./hardware/interfaces/wifi/1.4/default/tests/runtests.sh Change-Id: I33f63fde67d5a839678076fdb7c76d5eb8645131
2019-12-04Wifi: Add 6GHz bands to WifiBandAhmed ElArabawy
This commit adds 6GHz band to WifiBand and update the impacted structures and methods in Wifi HAL. Note that Background scar related HAL API will not be using the new band, and will continue with the legacy set of bands. Bug: 139354972 Test: Manual Test: VTS test Test: Unit test: ./hardware/interfaces/wifi/1.4/default/tests/runtests.sh Change-Id: I54662251034806338ad64d4622ade259ca260a79
2019-11-26[AWARE] Protect string copy against buffer overflowEtan Cohen
Fixes: 143789898 Test: (Unit) atest com.android.server.wifi Test: ACTS ThroughputTest:test_iperf_single_ndp_aware_only_ib Test: (VTS) atest VtsHalWifiApV1_4TargetTest Change-Id: I5b8aa1d9a6388fe20cb7e1cd6a76d5e59e14d099
2019-11-15Revert "Revert "Wifi: Support check on device capability for 6GHZ""Ahmed ElArabawy
This reverts commit ad2b44760de163e4d2104c74ec64e37f37723ff3. Reason for revert: Fix is ready Change-Id: I16e30afe843e048429eae430a82aa5e90e591c2e
2019-11-15Revert "Wifi: Support check on device capability for 6GHZ"Zongheng Wang
This reverts commit 046257fd2e916ced9a16596d66e003402b90dce2. Reason for revert: b/144576287 broke git_master Change-Id: I357df4a242a3ae22c793f8f4120199f04cbcdfa2
2019-11-12Wifi: Support check on device capability for 6GHZAhmed ElArabawy
This commit adds the HAL APIs and implementation to support checking whether device supports 6GHz band or not. VTS test has been added for the new api. Bug: 139354972 Test: Manual: Make sure capability is read correctly. Test: VTS test. Change-Id: I03b0c6017666ffd3663d5979d6e6a2bd93043c48
2019-11-06Wifi: Add 802.11ax support to RTTAhmed ElArabawy
This CL makes modidfication to support Wifi 802.11ax to RTT procedures. Bug: 139354972 Test: vts test Change-Id: I79fba504e7c7380a254a0b8c175a13e8b993fc8e
2019-09-19Wifi: Uprev Wifi HAL to 1.4Ahmed ElArabawy
Move Wifi HAL from 1.3 to 1.4 This commit also include adding the VINTF fragment definition for IWifi hal. Bug: 138243400 Test: Builds and wifi works Change-Id: I5ec9b21f8d6b7e1b5b5e47e26681dd4ed3ffcc2d