1. 97d5f24 Merge "Add overlay support for hostapd" into main by Chris Weir · 9 months ago
  2. d41879a Add overlay support for hostapd by Chris Weir · 10 months ago
  3. 8d291ea wifi: Supports to remove link for MLO SAP by Les Lee · 10 months ago
  4. d1431ce Merge "wifi: Supports Soft AP client isolation configuration" into main by Yi Shiou (Les) Lee · 10 months ago
  5. 9dfae3b wifi: Supports Soft AP client isolation configuration by Les Lee · 11 months ago
  6. 08f249a Convert wpa_supplicant related module to soong by Bill Yang · 11 months ago
  7. e2e2b82 Merge "Support for Wi-Fi Direct R2" into main by Sunil Ravi · 10 months ago
  8. 5031a04 Add Unit Tests For Hostapd AIDL by Chris Weir · 11 months ago
  9. de0e6bf Support for Wi-Fi Direct R2 by Sunil Ravi · 11 months ago
  10. 808564b Add reporting for disconnect reason by Chris Weir · 1 year, 1 month ago
  11. 195740e Merge "[wpa_supplicant] cumilative patch from commit a8655be0b" into main by Sunil Ravi · 11 months ago
  12. 399c630 wifi: Support MLO SAP by Les Lee · 12 months ago
  13. 2907c8a Merge "Create prebuilts for wpa_supplicant" into main am: 073b9ad1b7 am: 8039094351 by Treehugger Robot · 11 months ago
  14. 84db0e2 Create prebuilts for wpa_supplicant by Deyao Ren · 12 months ago
  15. c0f5d41 [wpa_supplicant] cumilative patch from commit a8655be0b by Sunil Ravi · 12 months ago
  16. 7f76929 [wpa_supplicant] cumilative patch from commit 92374d59d by Sunil Ravi · 1 year, 1 month ago
  17. 99c035e Revert "Revert "[wpa_supplicant] cumilative patch from commit 4b..." by Sunil Ravi · 1 year, 2 months ago
  18. b0ac25f Revert "Revert "[wpa_supplicant] cumilative patch from commit 3a..." by Sunil Ravi · 1 year, 2 months ago
  19. 36412a5 wifi: Upgrade hostapd hal version by Les Lee · 12 months ago
  20. 4b85f37 Define vintf fragment as a module by Kiyoung Kim · 1 year, 1 month ago
  21. 38cc6cd Merge "Define vintf fragment as a module" into main by Kiyoung Kim · 1 year ago
  22. b853dac Define vintf fragment as a module by Kiyoung Kim · 1 year, 1 month ago
  23. 0b99b52 Replace soong config module types with selects by Cole Faust · 1 year, 1 month ago
  24. eb83e2a Revert "[wpa_supplicant] cumilative patch from commit 3a5d1a7e6" by Sunil Ravi · 1 year, 2 months ago
  25. 8861141 Revert "[wpa_supplicant] cumilative patch from commit 4b755c967" by Sunil Ravi · 1 year, 2 months ago
  26. af399a8 [wpa_supplicant] cumilative patch from commit 4b755c967 by Sunil Ravi · 1 year, 4 months ago
  27. 72e0122 [wpa_supplicant] cumilative patch from commit 3a5d1a7e6 by Sunil Ravi · 1 year, 6 months ago
  28. 4c248f0 Support wpa_cli/hostapd_cli/hs20-osu-client in the bp build files. by chao.meng · 1 year, 10 months ago
  29. baa5e58 wifi: Check return value of hostapd AIDL callback by Chenming Huang · 1 year, 5 months ago
  30. 76ae698 Update hostapd parameters for 11be SAP by Manaswini Paluri · 1 year, 6 months ago
  31. 3ee3fe1 aidl: Configure operating class for 11BE 6G SAP by Xin Deng · 1 year, 7 months ago
  32. fec682f Hostapd: Add eht_oper_chwidth in hostapd config as needed by Xin Deng · 1 year, 7 months ago
  33. b644512 aidl: Configure operating class for 6Ghz SAP by Kiran Kumar Lokere · 1 year, 7 months ago
  34. 153f22e Add a board config to enbale 802.11BE for SoftAP by Mahesh KKV · 1 year, 8 months ago
  35. 2a14cf1 [wpa_supplicant] cumilative patch from commit 30748d2b3 by Sunil Ravi · 1 year, 10 months ago
  36. c2bf7d9 Merge "Upgrade hostapd service to implement V2 of the Hostapd HAL." into main by Gabriel Biren · 1 year, 10 months ago
  37. 3c3347e Upgrade hostapd service to implement V2 of the Hostapd HAL. by Gabriel Biren · 1 year, 11 months ago
  38. d8128a2 Notify the IP address of connected client by Sunil Ravi · 1 year, 10 months ago
  39. 640215c [wpa_supplicant] cumilative patch from commit d3ed34ba by Sunil Ravi · 2 years, 2 months ago
  40. d917c83 Add only SAE AKM if wpa3 transition mode is configured in 6GHz by Sunil Ravi · 2 years, 2 months ago
  41. 036cec5 [wpa_supplicant] cumilative patch from commit bb945b98f by Sunil Ravi · 2 years, 5 months ago
  42. 5bfd856 Merge "Do AIDL initialization after daemonizing the process" into udc-dev by TreeHugger Robot · 2 years, 6 months ago
  43. 9d0d521 Do AIDL initialization after daemonizing the process by Veerendranath Jakkam · 2 years, 7 months ago
  44. 77d572f [wpa_supplicant] Cumulative patch from commit 257b119c2 by Sunil Ravi · 2 years, 8 months ago
  45. c1edd3e Add SAE-EXT-KEY AKM in WPA3 transition mode config by Sunil Ravi · 2 years, 7 months ago
  46. 6525173 Add SAE-EXT-KEY AKM if 802.11be is enabled by Sunil Ravi · 2 years, 8 months ago
  47. a5bdf37 Replace call into Wifi Keystore with a call into the new get_certificate method. by Gabriel Biren · 2 years, 9 months ago
  48. cda1202 Merge "Suppress existing clang-tidy warnings" am: c3b41ba025 am: 6ca59c4bfc am: 9e5c5fca0a by Chih-hung Hsieh · 2 years, 9 months ago
  49. 6ca59c4 Merge "Suppress existing clang-tidy warnings" am: c3b41ba025 by Chih-hung Hsieh · 2 years, 9 months ago
  50. f3cee1d Suppress existing clang-tidy warnings by Chih-Hung Hsieh · 2 years, 9 months ago
  51. 5943559 Merge "Add sanity check for mac address & WPS device type" by TreeHugger Robot · 2 years, 9 months ago
  52. 1a36089 Add sanity check for mac address & WPS device type by Sunil Ravi · 2 years, 9 months ago
  53. dd9d40e Merge "Decalre a soong module for hostapd manifest" am: 725fbcfacb am: e9dcef1be7 am: e26c59fcd5 by Treehugger Robot · 2 years, 10 months ago
  54. e9dcef1 Merge "Decalre a soong module for hostapd manifest" am: 725fbcfacb by Treehugger Robot · 2 years, 10 months ago
  55. d4cfa12 Decalre a soong module for hostapd manifest by Jeongik Cha · 2 years, 10 months ago
  56. 89eba10 [wpa_supplicant] Cumulative patch from commit 61c6e7c62 by Sunil Ravi · 3 years ago
  57. 1a5337b Merge "Don't set he_oper_chwidth for 2.4GHz only band" am: fedda03499 am: 054eab9e17 am: b7677dc906 am: 37ce10fa38 by Sunil Ravi · 3 years ago
  58. e9b772f Don't set he_oper_chwidth for 2.4GHz only band by Sunil Ravi · 3 years, 1 month ago
  59. ffa5cce Don't set he_oper_chwidth for 2.4GHz only band by Sunil Ravi · 3 years, 1 month ago
  60. f8b1050 Merge "[wpa_supplicant] Cumulative patch from commit 09a281e52" by Sunil Ravi · 3 years, 2 months ago
  61. 8cd6f4d [wpa_supplicant] Cumulative patch from commit 09a281e52 by Sunil · 3 years, 2 months ago
  62. 7c5a432 hostapd: Fix AP ctrl events not send to hostapd_cli by Hu Wang · 4 years, 3 months ago
  63. 56b62df Log interface version during initialization in by Gabriel Biren · 3 years, 3 months ago
  64. 59fa4b4 [wpa_supplicant] Cumulative patch from commit 27e828d72 by Sunil Ravi · 3 years, 4 months ago
  65. a04bd25 [wpa_supplicant] Cumulative patch from commit 27e828d72 by Sunil Ravi · 3 years, 4 months ago
  66. 34f777d Merge "wifi: Support interface disable event in hostapd" into tm-dev am: 28ac94d2ad am: 1538b99d4e by Les Lee · 3 years, 4 months ago
  67. 2cd7e48 Merge "wifi: Support interface disable event in hostapd" into tm-dev am: 28ac94d2ad am: cfc3487ddb by Les Lee · 3 years, 4 months ago
  68. 28ac94d Merge "wifi: Support interface disable event in hostapd" into tm-dev by Les Lee · 3 years, 4 months ago
  69. a0c90cb wifi: Support interface disable event in hostapd by Les Lee · 3 years, 5 months ago
  70. c58fd02 Merge "support CONFIG_DRIVER_NL80211_SYNA for syna wifi" into tm-qpr-dev by TreeHugger Robot · 3 years, 5 months ago
  71. aba17c1 support CONFIG_DRIVER_NL80211_SYNA for syna wifi by Andy Kuo · 3 years, 5 months ago
  72. 4fc918f set the hostapd channel bandwidth by Sunil Ravi · 3 years, 5 months ago
  73. 8a54208 Merge "Hostapd[AIDL]: Configure HwModeParams.maximumChannelBandwidth." into tm-dev by Ahmed ElArabawy · 3 years, 6 months ago
  74. 90c710b Hostapd[AIDL]: Configure HwModeParams.maximumChannelBandwidth. by Purushottam Kushwaha · 3 years, 7 months ago
  75. c1a2144 [wpa_supplicant] Cumulative patch from commit ac1e3a7f0 by Hai Shalom · 3 years, 7 months ago
  76. a5c9444 Merge "Declare license metadata for copied files." am: a17c0e63a7 am: 83615a2cb2 am: c895927b27 by Treehugger Robot · 3 years, 7 months ago
  77. 83615a2 Merge "Declare license metadata for copied files." am: a17c0e63a7 by Treehugger Robot · 3 years, 7 months ago
  78. 618e16c Declare license metadata for copied files. by Bob Badour · 3 years, 7 months ago
  79. f2f4a31 Check the service pointer on aidl deinit to avoid a possible segfault. by Gabriel Biren · 3 years, 7 months ago
  80. b411579 Wifi: Replace Bandwidth with ChannelBandwidth for clarity by Ahmed ElArabawy · 3 years, 7 months ago
  81. 1aaf180 Hostapd-AIDL: add OWE configuration support. by Ahmed ElArabawy · 3 years, 7 months ago
  82. f9776b9 Merge "set ieee80211w to optional in hostapd config" by Sunil Ravi · 3 years, 7 months ago
  83. b3580db set ieee80211w to optional in hostapd config by Sunil Ravi · 3 years, 7 months ago
  84. 0316c88 Hostapd-AIDL: add OWE-Transition configuration support. by Purushottam Kushwaha · 3 years, 9 months ago
  85. 8af7a72 [IHostapd] Support vendor-specific AP config elem by Serik Beketayev · 3 years, 9 months ago
  86. 9ca612f Merge "Prepares hostapd for use by a wifi HAL vendor APEX" am: 43a56c115d am: 03d8601ae6 am: b445d690c6 by Treehugger Robot · 3 years, 8 months ago
  87. 4f6ca3a Prepares hostapd for use by a wifi HAL vendor APEX by Sundong Ahn · 3 years, 9 months ago
  88. 8542d28 Prepares hostapd for use by a wifi HAL vendor APEX by Sundong Ahn · 3 years, 9 months ago
  89. e08c286 wifi: Extend onFailure callback for dual AP case by Les Lee · 3 years, 10 months ago
  90. 3ce898c wifi: Inform framework HAPD_IFACE_DISABLED when AP iface unavailable by Yu Ouyang · 4 years, 1 month ago
  91. 378d3c4 wifi: Inform framework HAPD_IFACE_DISABLED when AP iface unavailable by Yu Ouyang · 4 years, 1 month ago
  92. a8128e8 Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years ago
  93. 72cf9a5 Add support of of AIDL interface to hostapd server. by Gabriel Biren · 4 years, 2 months ago
  94. f0def8f wifi: Fix incorrect iface when handling interface init failure by Les Lee · 4 years ago
  95. 33dcaa5 HIDL: set he_oper_chwidth=1 to allow 80Mhz bandwidth. by Purushottam Kushwaha · 4 years, 3 months ago
  96. 50d602c wifi: Handle removeAccessPoint for bridged AP case by lesl · 4 years, 5 months ago
  97. 012c1ce wifi: Correct check condition for SAP 11AX mode. by lesl · 4 years, 6 months ago
  98. 6084025 [wpa_supplicant] Cumulative patch from commit 59e9794c7 by Hai Shalom · 4 years, 7 months ago
  99. e8566b0 Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/wpa_supplicant_8" am: 0c27f83d73 am: 496aae6d74 am: a1905fcdf9 by Bob Badour · 4 years, 7 months ago
  100. ef67f87 [LSC] Add LOCAL_LICENSE_KINDS to external/wpa_supplicant_8 by Bob Badour · 4 years, 7 months ago