1. 3e7a8fe Release 3.10 by Marcel Holtmann · 3 months ago master 3.10
  2. 3760a49 station: print vendor quirks (if any) when connecting/roaming by James Prestwood · 4 months ago
  3. c4d114d auto-t: add AP roam test for bad neighbor reports/candidate lists by James Prestwood · 4 months ago
  4. ffe79bf station: check vendor quirk for BSS TM request candidate list by James Prestwood · 4 months ago
  5. c0efaf2 station: get neighbor report on BSS TM request by James Prestwood · 4 months ago
  6. cee079d handshake: use vendor quirk to disable check of replay counters by James Prestwood · 4 months ago
  7. df30309 station: set vendor quirks into handshake object by James Prestwood · 4 months ago
  8. 2fe8c13 scan: store vendor quirks in scan_bss by James Prestwood · 4 months ago
  9. 84666b9 handshake: add vendor quirks into handshake object by James Prestwood · 4 months ago
  10. 54c0dbb handshake: pass object to handshake_util_ap_ie_matches by James Prestwood · 4 months ago
  11. 6e9e092 vendor_quirks: implement two vendor quirks by James Prestwood · 4 months ago
  12. a1247fe vendor_quirks: initial skeleton by James Prestwood · 4 months ago
  13. 088bb2e station: clear roam_freqs on delayed roam by James Prestwood · 4 months ago
  14. 57dc5d8 monitor: add Cisco Meraki as a printable vendor by James Prestwood · 4 months ago
  15. 8cb134f scan: check support before using colocated flag by James Prestwood · 4 months ago
  16. 46037c4 wiphy: add comments around the driver quirks by James Prestwood · 4 months ago
  17. 161de4a wiphy: add driver quirk for the colocated scan flag by James Prestwood · 4 months ago
  18. 77ee863 auto-t: add test for channel switch during roam by James Prestwood · 4 months ago
  19. 405d1ab auto-t: make waiting for channel switch configurable by James Prestwood · 4 months ago
  20. dc1589f netdev: disconnect rather than deauth in FT association failure by James Prestwood · 4 months ago
  21. 755280a netdev: check connected in channel switch event by James Prestwood · 4 months ago
  22. df2c5cf doc: add STA inactive and connected time duration info to diagnostics by Gokul Sivakumar · 5 months ago
  23. fee0e5d netdev: parse INACTIVE_TIME and CONNECTED_TIME in netdev_get_station by Gokul Sivakumar · 5 months ago
  24. 601d9b0 Release 3.9 by Marcel Holtmann · 7 months ago 3.9
  25. f209e00 doc: add note about timeouts to Network.Connect() by James Prestwood · 7 months ago
  26. 86523b0 auto-t: update several tests to work with netconfig refactor by James Prestwood · 7 months ago
  27. 85a2637 auto-t: allow configurable DBus timeout/callbacks on connect{_bssid} by James Prestwood · 7 months ago
  28. 2f99191 station: include netconfig as part of the BSS retry logic by James Prestwood · 7 months ago
  29. 5b5a9b6 station: fix DBus reply for Connect() with netconfig by James Prestwood · 7 months ago
  30. 5287809 network: make clearing network blacklist a separate operation by James Prestwood · 7 months ago
  31. ea9ff2d sae: prevent groups 21, 25, and 26 from being used by James Prestwood · 7 months ago
  32. 9dce36f sae: check return on sae_send_commit() by James Prestwood · 7 months ago
  33. c4718a5 unit: Update precheck for WSC PBC test cases by Marcel Holtmann · 8 months ago
  34. c9c8790 netdev: support handling NL80211_CMD_ASSOC_COMEBACK by James Prestwood · 7 months ago
  35. d135bfc nl80211util: support parsing NL80211_ATTR_TIMEOUT by James Prestwood · 7 months ago
  36. e269bea nl80211cmd: add NL80211_CMD_ASSOC_COMEBACK by James Prestwood · 7 months ago
  37. 3e55fc8 auto-t: use renamed InitialAccessPointBusyTimeout by James Prestwood · 7 months ago
  38. c8d9936 station: utilize the AP_BUSY blacklist for denied auth/assoc by James Prestwood · 7 months ago
  39. 7994095 docs: replace/deprecate InitialRoamRequestedTimeout by James Prestwood · 7 months ago
  40. 9f98c6c blacklist: rename ROAM_REQUESTED to AP_BUSY by James Prestwood · 7 months ago
  41. 93eef7b ap: implement pre-scanning to "unlock" frequencies by James Prestwood · 7 months ago
  42. 26ed1f8 Release 3.8 by Marcel Holtmann · 8 months ago 3.8
  43. 243db1d build: Require at least version 0.77 when building with external ELL by Marcel Holtmann · 8 months ago
  44. 5224b0b unit: Use test precheck feature to check for kernel capabilities by Marcel Holtmann · 8 months ago
  45. 3267d35 unit: The precheck function also takes test data as parameter by Marcel Holtmann · 8 months ago
  46. 78f4e62 unit: Use new precheck feature for storage encryption test by Marcel Holtmann · 8 months ago
  47. 36b1086 Release 3.7 by Marcel Holtmann · 8 months ago 3.7
  48. 266eb40 build: Add test-storage to ignore list by Marcel Holtmann · 8 months ago
  49. 0a8e646 eap: initialize vendor_id/vendor_type to zero by James Prestwood · 11 months ago
  50. 8ebc478 station: fix setting an empty affinities list by James Prestwood · 8 months ago
  51. 4ded663 unit: Fix country code assignment for test case by Marcel Holtmann · 8 months ago
  52. c00bc3a eap-mschapv2: Fix leak of state->user on error path by James Prestwood · 8 months ago
  53. f469db8 station: check return when advancing iterator by James Prestwood · 8 months ago
  54. c3a2735 unit: add test-storage by James Prestwood · 8 months ago
  55. d927fd0 storage: add length check in __storage_decrypt by James Prestwood · 8 months ago
  56. 8dff156 monitor: add size check for interworking IE parsing by James Prestwood · 8 months ago
  57. e5c41a8 unit: add test for duplicate URI elements by James Prestwood · 8 months ago
  58. 603d6b2 dpp-util: fail on duplicate values in URI by James Prestwood · 8 months ago
  59. d1aa400 scan: fix out of bound array access for survey results by James Prestwood · 8 months ago
  60. 3c5081c monitor: fix spelling Exausted -> Exhausted by James Prestwood · 8 months ago
  61. 7d5bcd7 Release 3.6 by Marcel Holtmann · 9 months ago 3.6
  62. 0a93c55 netdev: implement PMKSA for fullmac drivers by James Prestwood · 11 months ago
  63. 7f9ea76 handshake: use pmksa_cache_free by James Prestwood · 11 months ago
  64. c52d913 pmksa: add driver callbacks and pmksa_cache_free by James Prestwood · 11 months ago
  65. 651b647 netdev: remove/update some iwd_notice logs by James Prestwood · 11 months ago
  66. 8cf9734 netdev: don't set CQM thresholds for fullmac cards by James Prestwood · 11 months ago
  67. d70fbad netdev: fix invalid read after netdev_free by James Prestwood · 9 months ago
  68. f0e515b doc: document InitialRoamRequestedTimeout by James Prestwood · 9 months ago
  69. 47ef40d auto-t: add tests for AP roam blacklisting by James Prestwood · 9 months ago
  70. 9e10efb station: roam blacklist AP even mid-roam by James Prestwood · 9 months ago
  71. 224afbb station: roam blacklist BSS's, and consider when roaming by James Prestwood · 9 months ago
  72. bf69e62 netdev: add netdev_get_low_signal_threshold by James Prestwood · 9 months ago
  73. 258482d blacklist: add new blacklist reason, ROAM_REQUESTED by James Prestwood · 9 months ago
  74. 1caad4c blacklist: fix pruning to remove the entry if its expired by James Prestwood · 9 months ago
  75. 59464a0 blacklist: include a blacklist reason by James Prestwood · 9 months ago
  76. 93b25c8 auto-t: add test for disabling the timeout blacklist by James Prestwood · 9 months ago
  77. e971ef7 station: always add BSS to network blacklist on failure by James Prestwood · 9 months ago
  78. bff5006 Release 3.5 by Marcel Holtmann · 9 months ago 3.5
  79. ea57186 auto-t: update scapy imports for newer version by James Prestwood · 10 months ago
  80. f3e4263 doc: document how to disable blacklisting by James Prestwood · 10 months ago
  81. 77639d2 blacklist: allow configuration to disable the blacklist by James Prestwood · 10 months ago
  82. 1662707 doc: document [DriverQuirks].SaeDisable by James Prestwood · 11 months ago
  83. 5f4bf2a wiphy: add driver quirk to disable SAE by James Prestwood · 11 months ago
  84. 40af18f Release 3.4 by Marcel Holtmann · 11 months ago 3.4
  85. ab4fa30 build: Require at least version 0.72 when building with external ELL by Marcel Holtmann · 11 months ago
  86. 43f7382 build: Include extra files for ELL test extensions by Marcel Holtmann · 11 months ago
  87. f4439fd build: Enable support for TAP, the Test Anything Protocol by Marcel Holtmann · 11 months ago
  88. bf82aff handshake: add more debugging around PMKSA caching by James Prestwood · 12 months ago
  89. 4b535ce Release 3.3 by Marcel Holtmann · 1 year ago 3.3
  90. 7144741 netdev: destroy auth-proto after external auth by James Prestwood · 1 year ago
  91. 64b872f monitor: add --pcap-size,--pcap-count by James Prestwood · 1 year, 1 month ago
  92. 83a2457 monitor: add support for limiting PCAP size/count by James Prestwood · 1 year, 1 month ago
  93. 43f8951 monitor: track current PCAP size by James Prestwood · 1 year, 1 month ago
  94. c352b35 monitor: add --time-format,-t option by James Prestwood · 1 year, 1 month ago
  95. d4bba5c wiphy: add info print for MulticastRxDisabled quirk by James Prestwood · 1 year, 1 month ago
  96. 1dd9f94 Release 3.2 by Marcel Holtmann · 1 year, 1 month ago 3.2
  97. c458e66 doc: document [DriverQuirks].MulticastRxDisable by James Prestwood · 1 year, 1 month ago
  98. 45db339 dpp: use wiphy_supports_multicast_rx by James Prestwood · 1 year, 1 month ago
  99. 887d8c8 wiphy: add driver quirk for disabling multicast rx (and helper) by James Prestwood · 1 year, 1 month ago
  100. c6932ef wiphy: make "wiphy" const in wiphy_has_ext_feature by James Prestwood · 1 year, 1 month ago