1. d15c47a Merge "Add @VsrTest annotations to CheckApfIsSupported" into main am: 0b32bfcd6c by Yuyang Huang · 1 year, 2 months ago
  2. 904cbb7 Add @VsrTest annotations to CheckApfIsSupported by Yuyang Huang · 1 year, 2 months ago
  3. 64e598c Merge Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 3 months ago
  4. b959192 Merge "Adapt CheckApfIsSupported for VSR-15 compatibility" into main by Yuyang Huang · 1 year, 5 months ago
  5. f3f6e5b Merge "Update APF VTS for VSR-14 compliance" into main by Treehugger Robot · 1 year, 5 months ago
  6. 641f0ae Adapt CheckApfIsSupported for VSR-15 compatibility by Yuyang Huang · 1 year, 6 months ago
  7. fe83a98 Update APF VTS for VSR-14 compliance by Yuyang Huang · 1 year, 5 months ago
  8. de97038 Add VTS for roaming mode control by Stephanie Bak · 1 year, 5 months ago
  9. fb0bc0a Add vts test for TWT by maheshkkv · 1 year, 5 months ago
  10. 4fc10f2 Add vts test for 802.11az NTB ranging by maheshkkv · 1 year, 5 months ago
  11. c1f2146 Merge "Add VTS test for cached scan data" into main by Kai Shi · 1 year, 6 months ago
  12. 4683196 Merge changes I7be5207a,I2ef8fe52 into main by Gabriel Biren · 1 year, 6 months ago
  13. 76fe5d7 Add VTS test for cached scan data by Kai Shi · 1 year, 6 months ago
  14. 25ae719 Merge "Update VTS to exempt low-power TVs from APF" into main am: 37ad71f3ce by Yuyang Huang · 1 year, 6 months ago
  15. 15bc449 Add VTS tests for Vendor HAL and Hostapd structures by Gabriel Biren · 1 year, 6 months ago
  16. 7c52c76 Move vendor data helper functions to wifi_aidl_test_utils. by Gabriel Biren · 1 year, 6 months ago
  17. 9f21511 Update VTS to exempt low-power TVs from APF by Yuyang Huang · 1 year, 6 months ago
  18. 74dc4cc Merge "[DON'T BLOCK] Test ownership migration rules" into main am: 27e97308c4 by Treehugger Robot · 1 year, 6 months ago
  19. ad2ba1b [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 6 months ago
  20. 763c473 Merge Android 24Q1 Release (ab/11220357) by Xin Li · 1 year, 6 months ago
  21. 2478e17 Rename mDNS offload feature name by Hongguang Chen · 1 year, 7 months ago
  22. f91d7ad APF exempt list for TVs to use hardware feature by Andres Schafhauser · 1 year, 7 months ago
  23. af860de vts: Add vts to test setVoipMode by Les Lee · 1 year, 8 months ago
  24. c320fba Merge changes I917be24b,Ia10d3805 into main by Gabriel Biren · 1 year, 11 months ago
  25. e8e161e Skip AP and P2P tests in wifi_chip_aidl_test by Gabriel Biren · 1 year, 11 months ago
  26. 70b126c Add AIDL VTS helper method to check whether by Gabriel Biren · 1 year, 11 months ago
  27. 7373343 Check for null pointers in all public methods in wifi_aidl_test_utils. by Gabriel Biren · 1 year, 11 months ago
  28. 4c3eeb4 Use a 64-bit instance of 0x1 when creating the event bitmask. by Gabriel Biren · 2 years, 1 month ago
  29. 1f06b4b Use a 64-bit instance of 0x1 when creating the event bitmask. by Gabriel Biren · 2 years, 1 month ago
  30. 3f7bfd2 Represent NAN callback events as a bitmap to better handle overlapping events. by Gabriel Biren · 2 years, 1 month ago
  31. 3a34c72 Represent NAN callback events as a bitmap to better handle overlapping events. by Gabriel Biren · 2 years, 1 month ago
  32. 54bbf07 Add TV devices that have MdnsOffloadManagerService to APF exempt list by Yuyang Huang · 2 years, 3 months ago
  33. 5c3c648 Update APF VTS to include the vendor API level check by Yuyang Huang · 2 years, 3 months ago
  34. 6d41484 Skip RTT responder VTS tests if the capabilities by Gabriel Biren · 2 years, 3 months ago
  35. b37f9a8 Add @VsrTest annotation to Apf test by Yuyang Huang · 2 years, 4 months ago
  36. 9005938 Do not check the returned value in the VTS test for IWifiChip#getFeatureSet. by Gabriel Biren · 2 years, 4 months ago
  37. e6396ba Add VTS to cover the APF VSR requirement since U by Yuyang Huang · 2 years, 5 months ago
  38. c939532 Merge "Remove deprecated method getValidFrequenciesForBand from IWifiApIface and IWifiStaIface." into udc-dev by Gabriel Biren · 2 years, 5 months ago
  39. 2a391a0 Rename getCapabilities to getFeatureSet in IWifiChip and IWifiStaIface. by Gabriel Biren · 2 years, 5 months ago
  40. 810771c Remove deprecated method getValidFrequenciesForBand by Gabriel Biren · 2 years, 5 months ago
  41. 008c1da Use an int to represent bitmaps in the Vendor HAL AIDL interface. by Gabriel Biren · 2 years, 6 months ago
  42. 432807e Remove the WifiRadioCombinationsMatrix type from the Vendor HAL interface. by Gabriel Biren · 2 years, 6 months ago
  43. 597ffa0 Merge "Remove unused DEBUG_PACKET_FATE capability from StaIfaceCapabilityMask." by Gabriel Biren · 2 years, 6 months ago
  44. dd47e71 Remove unused DEBUG_PACKET_FATE capability from StaIfaceCapabilityMask. by Gabriel Biren · 2 years, 6 months ago
  45. d6cc331 Modify HAL for Aware suspension mode by Nate Jiang · 2 years, 6 months ago
  46. bae6fdd Modify based on the vendor feedback by Nate Jiang · 2 years, 6 months ago
  47. e35e7e4 Remove DEBUG_ capabilities from ChipCapabilityMask. by Gabriel Biren · 2 years, 6 months ago
  48. 555447b Merge "Fix NAN-related VTS tests." by TreeHugger Robot · 2 years, 7 months ago
  49. 88126cd Fix NAN-related VTS tests. by Gabriel Biren · 2 years, 7 months ago
  50. 02a9724 Add NAN session suspension in shim layer. by Phill Hayers · 2 years, 8 months ago
  51. 1590d09 [HAL] Support Wifi Aware 4.0 by Nate Jiang · 2 years, 9 months ago
  52. 5fe4053 wifi: Update vts test for GetLinkLayerStats() by Mahesh KKV · 2 years, 9 months ago
  53. bd150ea Update VTS test dependencies. by Gabriel Biren · 2 years, 9 months ago
  54. f3262f9 Add AIDL implementation for the vendor HAL service. by Gabriel Biren · 3 years, 1 month ago
  55. 631a811 Revert "Convert vendor HAL service to use new AIDL interface." by Gabriel Biren · 2 years, 8 months ago
  56. e58e263 Convert vendor HAL service to use new AIDL interface. by Gabriel Biren · 3 years, 1 month ago