1. 3a99434 Correct use of Mobly test_case arg by Sam Balana · 4 days ago main
  2. 5df7feb Refactor wlan_policy_controller and wlan_policy_lib for Honeydew by Patrick Lu · 5 days ago
  3. 197c52d Add ability for Antlion to use Honeydew fuchsia_controller by Patrick Lu · 11 days ago
  4. 682be95 Add warn_no_return mypy check by Sam Balana · 2 weeks ago
  5. 0ba2cbd Fix generate_tests usage bug in ConnectionStressTest by John Tan · 4 weeks ago
  6. 6a711aa Fix e2e_test_quick group for wlan_policy by Sam Balana · 5 weeks ago
  7. 34d2e2b Fix init of DUT in WlanTargetSecurityTest by Sam Balana · 6 weeks ago
  8. ac70d8f Add typing stubs for Honeydew package to Antlion by Patrick Lu · 8 weeks ago
  9. 10ed8a0 Fix open security in third party AP profiles by Sam Balana · 8 weeks ago
  10. 6e16ebd Generate WlanRvrTest tests by Sam Balana · 8 weeks ago
  11. 44ab70d Remove unused FuchsiaDevice logging vars by Sam Balana · 8 weeks ago
  12. d021601 Prompt to run autoflake in format.sh by Sam Balana · 9 weeks ago
  13. 5b8345f Enable more mypy checks by Sam Balana · 9 weeks ago
  14. 8bef4f3 Add typing for WlanRvrTest by Sam Balana · 9 weeks ago
  15. 3946fd3 Fix WlanDriverRestartTest setup_class by Sam Balana · 9 weeks ago
  16. c268597 Format WlanWirelessNetworkManagementTest by Sam Balana · 9 weeks ago
  17. f1c7faa Add missing types for WlanRebootTest by Sam Balana · 9 weeks ago
  18. 0bbf200 Add typing for WlanRebootTest by Sam Balana · 9 weeks ago
  19. 77fa021 Add typing for BeaconLossTest by Sam Balana · 9 weeks ago
  20. db8aebe Add typing for DHCP tests by Sam Balana · 9 weeks ago
  21. d256afb Add integration tests for RSNA and WEP BTM roaming. by Karl Ward · 9 weeks ago
  22. 1a56c24 Add WlanDriverRestartTest to wlan functional tests by Zhiyi Chen · 9 weeks ago
  23. 27c5b15 Add support for create_iface support in wlan_lib by Zhiyi Chen · 9 weeks ago
  24. bcd75ab Migrate old wlan_policy_lib usage by Sam Balana · 9 weeks ago
  25. dc04d34 Relax update_wlan_interfaces assertions by Sam Balana · 9 weeks ago
  26. df5cfa4 Allow None in MapValidator with None default by Sam Balana · 9 weeks ago
  27. e333bbe First pass refactor of wlan_policy_lib. by Patrick Lu · 10 weeks ago
  28. 691de39 Fix TypeError with take_bug_report by Sam Balana · 10 weeks ago
  29. 2480a7c Add typing for wlan.query_iface SL4F command by Sam Balana · 10 weeks ago
  30. aaa71c7 Simplify MAC bytes to str logic by Sam Balana · 10 weeks ago
  31. 444b931 Add typing to incomplete defs by Sam Balana · 10 weeks ago
  32. 0c4b25d Download AP logs in PolicyScanTest teardown_test by Sam Balana · 10 weeks ago
  33. 13a26a3 Fix MapValidator.get not returning default by Sam Balana · 2 months ago
  34. 568b9de Add testonly field to Antlion build by Patrick Lu · 2 months ago
  35. fb45ebe Remove deprecated args of take_bug_report by Sam Balana · 2 months ago
  36. 9e83796 Add MapValidator to assist config parsing by Sam Balana · 2 months ago
  37. 615283d Update mobly dep to get new PrefixLoggerAdapter. by Karl Ward · 2 months ago
  38. 4b9f316 Move regulatory test to manual test group by Sam Balana · 2 months ago
  39. 862a5d8 Use auth/assoc hostapd checks for WNM tests. by Karl Ward · 2 months ago
  40. 3731da6 Check DUT authenticated/associated/authorized state on AP side. by Karl Ward · 2 months ago
  41. e1b2b0d Add vim3 to display_envs by Sam Balana · 3 months ago
  42. de0ab38 Double IP_ADDRESS_TIMEOUT to reduce races by Sam Balana · 3 months ago
  43. d7589ed Freeze ThroughputKey to make it hashable by Sam Balana · 3 months ago
  44. b9c84ad Fix channel_sweep_test_quick test case names by Sam Balana · 4 months ago
  45. f84748d Fix WlanRebootTest generate_test_name by Sam Balana · 4 months ago
  46. dc62616 Create antlion.decorators.cached_property by Sam Balana · 4 months ago
  47. 282925a Fix wlan_ap_policy_lib formatting by Sam Balana · 4 months ago
  48. 65299d5 Combine AP and DUT WlanRebootTest by Sam Balana · 4 months ago
  49. 1aa03ec Add smoke tests to e2e_tests_quick by Sam Balana · 4 months ago
  50. 42405da Manually define enums for Fuchsia constants by Sam Balana · 4 months ago
  51. 2973118 Replace merge_dicts with dict union operator by Sam Balana · 4 months ago
  52. 7989af4 Use enum.StrEnum instead of str, Enum by Sam Balana · 4 months ago
  53. 2e1428f Remove use of typing.Union by Sam Balana · 4 months ago
  54. 4ab012c Remove use of typing.Set by Sam Balana · 4 months ago
  55. 98e1cf1 Remove use of typing.Tuple by Sam Balana · 4 months ago
  56. 3657214 Remove use of typing.Dict by Sam Balana · 4 months ago
  57. 5ae16d1 Remove use of typing.List by Sam Balana · 4 months ago
  58. bd83422 Remove use of typing.Optional by Sam Balana · 4 months ago
  59. 30901b8 Set minimum Python version to 3.11 by Sam Balana · 4 months ago
  60. 795431f Fix TestParam propagation in WlanPhyCompliance by Sam Balana · 4 months ago
  61. db9c9aa Fix typing of DHCP base test class by Sam Balana · 4 months ago
  62. 23657b9 Fix Dhcpv4InteropBasicTest missing attribute dut by Sam Balana · 4 months ago
  63. 7aff93d Remove use of typing_extensions by Sam Balana · 4 months ago
  64. 16dac54 Allow SSHResult to accept str stdout and stderr by Sam Balana · 4 months ago
  65. 36211f2 Enable mypy warn_redundant_casts by Sam Balana · 4 months ago
  66. 1b1a557 Finish incomplete defs for HostapdConfig by Sam Balana · 4 months ago
  67. 922269f Correct typing of WifiBaseTest user_params by Sam Balana · 4 months ago
  68. 476be92 Check type of StrEnum value in __str__ by Sam Balana · 4 months ago
  69. 5394d3a Remove netstack_controller by Sam Balana · 4 months ago
  70. df3101b Lazy initialize wlan_policy_controller by Sam Balana · 5 months ago
  71. e866c6b Call save_and_connect with FuchsiaSecurityType by Sam Balana · 5 months ago
  72. 9263083 Migrate SL4F BaseLib to Mobly logger by Sam Balana · 5 months ago
  73. 1ff78cf Correct use of multiprocessing map() by Sam Balana · 5 months ago
  74. cd64667 Migrate SoftApTest to generate_tests by Sam Balana · 5 months ago
  75. 1708f38 Small typing improvements and fixes by Sam Balana · 5 months ago
  76. 182762f Prefer Mapping arguments and Dict return types by Sam Balana · 5 months ago
  77. bfecebd Replace None SecurityMode with SecurityMode.OPEN by Sam Balana · 5 months ago
  78. c2af962 Migrate ChannelSweepTest to generate_tests by Sam Balana · 5 months ago
  79. e2850d5 Move set_country_code to WLAN policy controller by Sam Balana · 5 months ago
  80. d2fa48b Add SecurityMode enum by Sam Balana · 5 months ago
  81. d8a6d3f Split up WlanRebootTest into subtests by Patrick Lu · 5 months ago
  82. fb16332 Fix WifiBaseTest setup_class by Sam Balana · 6 months ago
  83. 23f153c Add antlion as known_local_folder to pyproject.toml isort configuration by Patrick Lu · 6 months ago
  84. e010da2 Add max line length to .editorconfig by Sam Balana · 6 months ago
  85. ac9de72 Fix README links by Sam Balana · 6 months ago
  86. 7f9762f Fix vulture pyproject.toml config by Sam Balana · 6 months ago
  87. 9b4cc44 Add mypy to contributing guide by Sam Balana · 6 months ago
  88. 2831c32 Remove unused wifi_power_test_utils module by Sam Balana · 6 months ago
  89. 5b62c5f Replace WlanDevice with SuportsWLAN protocol by Sam Balana · 6 months ago
  90. ab4b7a1 Fix antlion python_library sources by Sam Balana · 6 months ago
  91. ff43179 Replace static joins with f-strings by Sam Balana · 6 months ago
  92. beccc8b Replace string concatenations with f-strings by Sam Balana · 6 months ago
  93. e8263b9 Perform unsafe f-string migrations by Sam Balana · 6 months ago
  94. cb7e89d Replace trivial old string formatting to f-strings by Sam Balana · 6 months ago
  95. 771faac Remove ssh_config from IPerfClientOverSsh by Sam Balana · 6 months ago
  96. f2d10e3 Use correct import for TestResultRecord by Sam Balana · 6 months ago
  97. 20e256d Relax typing of pmf_support by Sam Balana · 6 months ago
  98. d3cc7b8 Fix typing for SSH utilities by Sam Balana · 6 months ago
  99. a1d81b8 Fix typing for OpenWrtAP by Sam Balana · 6 months ago
  100. e1ce704 Fixing typing for IPerfClient by Sam Balana · 6 months ago