Nate Jiang | 8a091a7 | 2024-01-24 17:47:14 -0800 | [diff] [blame] | 1 | package: "android.net.wifi.flags" |
Dennis Shen | aea1d8e2 | 2024-04-19 11:57:28 +0000 | [diff] [blame] | 2 | container: "system" |
Nate Jiang | 8a091a7 | 2024-01-24 17:47:14 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "get_device_cross_akm_roaming_support" |
Oriol Prieto Gasco | 8f55786 | 2024-03-01 16:52:42 +0000 | [diff] [blame] | 6 | is_exported: true |
Nate Jiang | 8a091a7 | 2024-01-24 17:47:14 -0800 | [diff] [blame] | 7 | namespace: "wifi" |
| 8 | description: "Add new API to get the device support for CROSS-AKM roaming" |
| 9 | bug: "313038031" |
| 10 | is_fixed_read_only: true |
| 11 | } |
Gurpreet Singh | 28493b0 | 2024-05-08 14:06:07 +0000 | [diff] [blame] | 12 | |
| 13 | flag { |
| 14 | name: "network_provider_battery_charging_status" |
| 15 | is_exported: true |
| 16 | namespace: "wifi" |
| 17 | description: "Control the API that allows setting / reading the NetworkProviderInfo's battery charging status" |
| 18 | bug: "305067231" |
| 19 | } |
Gabriel Biren | 34388cf | 2024-05-22 23:49:08 +0000 | [diff] [blame] | 20 | |
| 21 | flag { |
Gabriel Biren | 9dec67b | 2024-07-31 17:30:05 +0000 | [diff] [blame] | 22 | name: "legacy_keystore_to_wifi_blobstore_migration_read_only" |
Gabriel Biren | 34388cf | 2024-05-22 23:49:08 +0000 | [diff] [blame] | 23 | is_exported: true |
| 24 | namespace: "wifi" |
| 25 | description: "Add API to migrate all values from Legacy Keystore to the new Wifi Blobstore database" |
| 26 | bug: "332560152" |
Gabriel Biren | 9dec67b | 2024-07-31 17:30:05 +0000 | [diff] [blame] | 27 | is_fixed_read_only: true |
Gabriel Biren | 34388cf | 2024-05-22 23:49:08 +0000 | [diff] [blame] | 28 | } |
Matt Walliser | 9a18c3e | 2024-07-16 18:01:20 +0000 | [diff] [blame] | 29 | |
| 30 | flag { |
| 31 | name: "hotspot_network_unknown_status_resets_connecting_state" |
| 32 | namespace: "wifi" |
| 33 | description: "Reset the connecting state flags when the hotspot network updates to unknown." |
| 34 | bug: "329670511" |
| 35 | metadata { |
| 36 | purpose: PURPOSE_BUGFIX |
| 37 | } |
| 38 | } |
Matt Walliser | 14dc8be | 2024-07-23 19:11:57 +0000 | [diff] [blame] | 39 | |
| 40 | flag { |
maheshkkv | 4dfc926 | 2024-11-04 16:49:24 -0800 | [diff] [blame] | 41 | name: "usd" |
| 42 | is_exported: true |
| 43 | namespace: "wifi" |
| 44 | description: "Unsynchronized Service Discovery" |
| 45 | bug: "340878198" |
| 46 | is_fixed_read_only: true |
| 47 | } |
| 48 | |
| 49 | flag { |
Matt Walliser | 14dc8be | 2024-07-23 19:11:57 +0000 | [diff] [blame] | 50 | name: "hotspot_network_connecting_state_for_details_page" |
| 51 | namespace: "wifi" |
| 52 | description: "Update getConnectedState in HotspotNetworkEntry so that details page displays correctly." |
| 53 | bug: "321096462" |
| 54 | is_fixed_read_only: true |
| 55 | metadata { |
| 56 | purpose: PURPOSE_BUGFIX |
| 57 | } |
| 58 | } |