summaryrefslogtreecommitdiff
path: root/wifi/1.4/default/tests
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-07-02Wifi: Handle subsystem restart notificationAhmed ElArabawy
This commit adds the logic to handle a notification of a wifi subsystem restart to trigger the callback to the framework for self recovery. Bug: 159367026 Test: force a firmware restart and make sure Wifi is recovered. Change-Id: If6b5863d1d7473917088ec5be1910fa0db5dd6ae
2020-05-21Fix NAN validate interface existenceNate Jiang
Bug: 156879576 Test: atest android.hardware.wifi@1.0-service-tests Change-Id: I8505e343f5b2ea5ea522cbb2ea344ff8914aea3d
2020-04-14Use additional interface for the WiFi Aware Discovery operations.Roshan Pius
NAN operations are currently done on the STA interface.This resulted in the NAN sessions getting terminated in all the instances where the STA interface is restarted (IFF DOWN/UP), due to connected MAC randomization. Hence, remove the dependency of NAN over STA interface. This change expects the driver to create a dedicated interface for the NAN operations. The iface name needs to be set in "wifi.aware.interface" property. Bug: 1636219 Test: HAL unit tests Test: Device boots up and connects to wifi network. Change-Id: I1b6d64eb94334172a8cd621d0b15ed8c8dc87f91
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-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-10-16Wifi AP: Remove HAL-level MAC randomizationPatrik Fimml
Randomization will be handled by framework code instead. This also means WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION is replaced with a framework config option (config_wifi_ap_mac_randomization_supported), which can be set from device overlays. Bug: 142387520 Test: atest android.hardware.wifi@1.0-service-tests; adb shell LD_LIBRARY_PATH=:/system/lib64/vndk-R /data/local/tmp/android.hardware.wifi@1.0-service-tests/x86_64/android.hardware.wifi@1.0-service-tests Test: vts-tradefed run vts --primary-abi-only --skip-device-info -l DEBUG --include-filter VtsHalWifiApV1_4Target Test: lunch hawk-userdebug; m (uses DISABLE_AP_MAC_RANDOMIZATION) Change-Id: I2dbf1158368ce3c39980501f892c6de1ffb3f748
2019-10-15Merge "[hardware][interfaces][wifi] fix -Wreorder-init-list" am: d1785cb7f6 ↵Nick Desaulniers
am: 7d36ef505c am: d654bac57d am: d7b13d4f69 Change-Id: I836a4beefc5117cb4c8c019ce00e56a02665a41b
2019-10-08Add IWifiApIface@1.4 (configurable MAC address)Patrik Fimml
Mirrors the methods and tests introduced in IWifiStaIface@1.2 and @1.3. Android.bp generated with $ hidl-gen -o . -Landroidbp -randroid.hardware:hardware/interfaces android.hardware.wifi@1.4 Bug: 132705022 Test: make vts && vts-tradefed run vts-host --skip-preconditions --primary-abi-only --module VtsHalWifiV1_4Host Change-Id: Iddacd2770c59522001673d10daafd3bbed3844f6
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