1. 07c7e32 Merge "Allow set MAC randomization setting for passpoint" by Oscar Shu · 4 years, 9 months ago
  2. a54eaa6 Merge "Enable/disable auto-join for Suggestions" by Nate Jiang · 4 years, 9 months ago
  3. 281887b Merge "Remove some unneeded WifiConfiguration time stamps" by TreeHugger Robot · 4 years, 9 months ago
  4. 380322e Allow set MAC randomization setting for passpoint by xshu · 4 years, 9 months ago
  5. feb86ea Merge changes from topics "user_remove_extra_user", "wifi_net_utils" by Roshan Pius · 4 years, 9 months ago
  6. 9e0c526 Merge "Move DnsSdTxtRecord to net common static library" by Aaron Huang · 4 years, 9 months ago
  7. cebccf3 Merge "Change Doc for getConnectionInfo" by TreeHugger Robot · 4 years, 9 months ago
  8. 1763329 WifiManager: Add API to query STA + AP concurrency by Roshan Pius · 4 years, 9 months ago
  9. 15858ef Merge changes from topic "framework-jar-build-against-framework-wifi-stubs" by David Su · 4 years, 9 months ago
  10. a0d404b Remove some unneeded WifiConfiguration time stamps by Michael Plass · 4 years, 9 months ago
  11. d084a44 Expose WifiConfiguration.SuiteBCipher by David Su · 4 years, 9 months ago
  12. 31de346 Change Doc for getConnectionInfo by Nate(Qiang) Jiang · 4 years, 9 months ago
  13. a682ec6 Merge "Remove framework code that has moved to frameworks/libs/net" by TreeHugger Robot · 4 years, 9 months ago
  14. 025eab0 Merge changes from topics "frameworkswifiapitests-jacoco", "settingsunittests-wifi-systemapi", "sl4a-access-wifi-hidden-apis" by David Su · 4 years, 9 months ago
  15. 3587754 Move DnsSdTxtRecord to net common static library by Aaron Huang · 4 years, 9 months ago
  16. 94df39a Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 4 years, 10 months ago
  17. 7ff93c7 Enable/disable auto-join for Suggestions by Etan Cohen · 4 years, 9 months ago
  18. 7db7ce1 Expose WifiInfo & NetworkSelectionStatus Builders for SettingsUnitTests by David Su · 4 years, 9 months ago
  19. da340ae Expose WifiEnterpriseConfig.getClientPrivateKey() for WifiConfigurationProviderTest by David Su · 4 years, 9 months ago
  20. cbc8aab Expose ScanResult constructor for SettingsLibRoboTests by David Su · 4 years, 9 months ago
  21. eac6b7e Merge "Make WifiManager.ACTION_WIFI_SCAN_AVAILABLE public" by David Su · 4 years, 9 months ago
  22. c34c2bf WifiScanner: Create @hide API's with executor by Roshan Pius · 4 years, 9 months ago
  23. 8465bef Merge "softap: Add blocked/allowed client list support" by TreeHugger Robot · 4 years, 9 months ago
  24. 96fe7c6 Merge "Add WifiOemConfigStoreMigrationHook class for OEM migration" by TreeHugger Robot · 4 years, 9 months ago
  25. 1efe5eb Merge "Rename API setIsUserAllowedToManuallyConnect to setCredentialSharedWithUser" by Nate Jiang · 4 years, 9 months ago
  26. 04d6cf4 Make WifiManager.ACTION_WIFI_SCAN_AVAILABLE public by David Su · 4 years, 9 months ago
  27. 9dc9aff Add WifiOemConfigStoreMigrationHook class for OEM migration by Roshan Pius · 4 years, 9 months ago
  28. 2f8fec0 Rename API setIsUserAllowedToManuallyConnect to setCredentialSharedWithUser by Nate(Qiang) Jiang · 4 years, 9 months ago
  29. d26a9f7 softap: Add blocked/allowed client list support by lesl · 4 years, 9 months ago
  30. 9785b64 Merge "show suggestion in Wifi picker" by Nate Jiang · 4 years, 9 months ago
  31. 0a3011e softap: remove set/getWpa2Passphrase by lesl · 4 years, 9 months ago
  32. 51cf910 softap: Add TimeoutDelay in SoftApConfiguration. by lesl · 4 years, 10 months ago
  33. 7888cc3 show suggestion in Wifi picker by Nate(Qiang) Jiang · 4 years, 10 months ago
  34. 3b4792a Merge "[SAE] Add support to add SAE Authentication algorithm" by Hai Shalom · 4 years, 9 months ago
  35. 71b6aaf Merge "Add auto-join API for Passpoint configurations" by Etan Cohen · 4 years, 9 months ago
  36. b6f262f Add auto-join API for Passpoint configurations by Etan Cohen · 4 years, 10 months ago
  37. 439978b Merge "WifiManager: Promote EXTRA_WIFI_AP_FAILURE_REASON to @SystemApi" by David Su · 4 years, 9 months ago
  38. 3562952 softap: Add SAE and SAE transition mode in configuration by lesl · 4 years, 10 months ago
  39. fedb504 Merge "make requireSimCredential() public API" by TreeHugger Robot · 4 years, 9 months ago
  40. 6395988 WifiManager: Promote EXTRA_WIFI_AP_FAILURE_REASON to @SystemApi by David Su · 4 years, 9 months ago
  41. 9d57ade make requireSimCredential() public API by Nate(Qiang) Jiang · 4 years, 9 months ago
  42. 74cb719 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 10 months ago
  43. 331dc3e Merge "Wifi: define OEM IE parsing hook function" by Jimmy Chen · 4 years, 9 months ago
  44. b1be20a Wifi: define OEM IE parsing hook function by Jimmy Chen · 4 years, 9 months ago
  45. 5a99ba0 Merge "Wifi: validate the wep key specified by the key index" by TreeHugger Robot · 4 years, 9 months ago
  46. b37d4c6 [SAE] Add support to add SAE Authentication algorithm by Hai Shalom · 4 years, 9 months ago
  47. fa083fd Formalize WifiConfiguration copy constructor by David Su · 4 years, 9 months ago
  48. 465bba9 Wifi: validate the wep key specified by the key index by Jimmy Chen · 4 years, 9 months ago
  49. 2bf1ce3 Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull" by TreeHugger Robot · 4 years, 9 months ago
  50. 50124a0 Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 4 years, 10 months ago
  51. 1029e50 Merge changes from topics "framework-wifi-test-defaults", "frameworkwifiapitests-mk-to-bp", "wifitrackerlibtests-access-hidden-apis" by David Su · 4 years, 9 months ago
  52. 725e2d2 Formalize WifiConfiguration#getIpConfiguration() by David Su · 4 years, 10 months ago
  53. 492e4bd wifi: Add features in SoftApCapability by lesl · 4 years, 10 months ago
  54. e14a090 wifi: Add SoftAp Max Client control support by lesl · 4 years, 10 months ago
  55. 032c3aa Merge "[DPP R2] Update ACTION_PROCESS_WIFI_EASY_CONNECT_URI intent" by TreeHugger Robot · 4 years, 10 months ago
  56. 7cd8e71 [DPP R2] Update ACTION_PROCESS_WIFI_EASY_CONNECT_URI intent by Hai Shalom · 4 years, 10 months ago
  57. 67ac97d Merge "[wificond] Move to wificond namespace" by Etan Cohen · 4 years, 10 months ago
  58. 3689219 Merge "Remove unused plumbing for connected PNO" by Michael Plass · 4 years, 10 months ago
  59. 6929c91 [wificond] Move to wificond namespace by Etan Cohen · 4 years, 10 months ago
  60. 98d8f07 Remove unused plumbing for connected PNO by Michael Plass · 4 years, 10 months ago
  61. 74e7cae Merge "[DPP R2] Added support for DPP R2 events" by Hai Shalom · 4 years, 10 months ago
  62. 195a4f7 Merge "[WIFICOND] Formalize the wificond AIDL interface" by Etan Cohen · 4 years, 10 months ago
  63. e722cbd [DPP R2] Added support for DPP R2 events by Hai Shalom · 4 years, 10 months ago
  64. 18d8074 Merge "[AWARE] Add API to expose supported cipher suites" by Etan Cohen · 4 years, 10 months ago
  65. 5abc6d9 [WIFICOND] Formalize the wificond AIDL interface by Etan Cohen · 4 years, 10 months ago
  66. 8133689 Merge "Wifi: add WAPI constants and fields" by Jimmy Chen · 4 years, 10 months ago
  67. f17315d Merge "wifi: remove softap restore method since new API supported in R" by TreeHugger Robot · 4 years, 10 months ago
  68. 3c21193 Wifi: add WAPI constants and fields by Jimmy Chen · 5 years ago
  69. 64bae6b Merge "Wifi: Update AP Bands to include 6GHz" by Ahmed ElArabawy · 4 years, 10 months ago
  70. 3db58a6 wifi: remove softap restore method since new API supported in R by lesl · 4 years, 10 months ago
  71. 8f24cd9 Expose getters for WifiP2pConfig fields by David Su · 4 years, 10 months ago
  72. 64c392c Wifi: Update AP Bands to include 6GHz by Ahmed ElArabawy · 4 years, 10 months ago
  73. 130441b Create WifiAnnotations and jarjar into framework by David Su · 4 years, 10 months ago
  74. 5b4cdd8 Merge "Wificond: transfer implementation to android.net.wifi" by Etan Cohen · 4 years, 10 months ago
  75. c6c5327 [AWARE] Add API to expose supported cipher suites by Etan Cohen · 4 years, 10 months ago
  76. abdd22c Merge "Wifi: Replace dual_band with 5GHz band support" by Ahmed ElArabawy · 4 years, 10 months ago
  77. 73450f2 Wificond: transfer implementation to android.net.wifi by Etan Cohen · 4 years, 10 months ago
  78. e8d1d0d Merge "Migrate to public version of CloseGuard" by David Su · 4 years, 10 months ago
  79. 9f8d806 Wifi: Replace dual_band with 5GHz band support by Ahmed ElArabawy · 4 years, 10 months ago
  80. b434507 Migrate to public version of CloseGuard by David Su · 4 years, 10 months ago
  81. 5f60a7a wifi: Return SoftApConfiguration for cloud restore. by lesl · 4 years, 10 months ago
  82. 9854795 Merge "WifiNetworAgentSpecifier - Stop importing @hide NetworkAgent" by TreeHugger Robot · 4 years, 10 months ago
  83. dbafccd Merge "WifiEnterpriseConfig - Stop depending on constants from android.security.Credentials" by TreeHugger Robot · 4 years, 10 months ago
  84. 1c9126d WifiEnterpriseConfig - Stop depending on constants from android.security.Credentials by David Su · 4 years, 10 months ago
  85. 77f376f WifiNetworAgentSpecifier - Stop importing @hide NetworkAgent by David Su · 4 years, 10 months ago
  86. d98deeb statsd: Allow wifi mainline module to log its metrics (contd) by Roshan Pius · 4 years, 10 months ago
  87. dfa678b Merge "Wifi: Add support of 6GHz band to NAN" by Ahmed ElArabawy · 4 years, 10 months ago
  88. 34f8aae Merge "wifi: Remove deprecated aidl methods" by Hugo Benichi · 4 years, 10 months ago
  89. f935a53 wifi: Remove deprecated aidl methods by Hugo Benichi · 4 years, 10 months ago
  90. e4b59bc WifiManager: Remove sync version of getWifiActivityEnergyInfo by David Su · 4 years, 10 months ago
  91. 3f9ba67 Merge changes from topics "suggestion_no_uid_package", "wifi_key_value_list_parser", "wifi_power_profile", "wifi_service_manager_getService", "wifi_westworld" by Roshan Pius · 4 years, 10 months ago
  92. cd6552f Merge "Copy libcore.utils.HexEncoding into Wifi module" by David Su · 4 years, 10 months ago
  93. 5b62f3d Copy libcore.utils.HexEncoding into Wifi module by David Su · 4 years, 10 months ago
  94. 4bb69be WifiNetworkSuggestion: Don't store packageName/uid by Roshan Pius · 4 years, 10 months ago
  95. d0f5475 WifiAwareManager: Add requestMacAddresses @hide API by Roshan Pius · 4 years, 10 months ago
  96. a027f74 Wifi: Add support of 6GHz band to NAN by Ahmed ElArabawy · 4 years, 10 months ago
  97. a69a245 NetworkUtils is deprecated, migrate to Inet4AddressUtils by David Su · 4 years, 10 months ago
  98. 7596faf Wifi: Add minRssi and bandBonus for 6GHz band by Ahmed ElArabawy · 4 years, 11 months ago
  99. 54e4db7 Merge "WifiManager: Add missing field to getConfiguredNetworks() doc" am: 846c0fe038 am: c30beb79e7 by Roshan Pius · 4 years, 10 months ago
  100. a0bead6 Merge changes from topics "android-os-connectivity-wifiactivityenergyinfo", "requestactivityinfo" by David Su · 4 years, 10 months ago