blob: 369b80994e1b79fa0f9bd1fa816d44f9a5859ea0 [file] [log] [blame]
Nate Jiang8a091a72024-01-24 17:47:14 -08001package: "android.net.wifi.flags"
Dennis Shenaea1d8e22024-04-19 11:57:28 +00002container: "system"
Nate Jiang8a091a72024-01-24 17:47:14 -08003
4flag {
5 name: "get_device_cross_akm_roaming_support"
Oriol Prieto Gasco8f557862024-03-01 16:52:42 +00006 is_exported: true
Nate Jiang8a091a72024-01-24 17:47:14 -08007 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 Singh28493b02024-05-08 14:06:07 +000012
13flag {
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 Biren34388cf2024-05-22 23:49:08 +000020
21flag {
Gabriel Biren9dec67b2024-07-31 17:30:05 +000022 name: "legacy_keystore_to_wifi_blobstore_migration_read_only"
Gabriel Biren34388cf2024-05-22 23:49:08 +000023 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 Biren9dec67b2024-07-31 17:30:05 +000027 is_fixed_read_only: true
Gabriel Biren34388cf2024-05-22 23:49:08 +000028}
Matt Walliser9a18c3e2024-07-16 18:01:20 +000029
30flag {
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 Walliser14dc8be2024-07-23 19:11:57 +000039
40flag {
maheshkkv4dfc9262024-11-04 16:49:24 -080041 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
49flag {
Matt Walliser14dc8be2024-07-23 19:11:57 +000050 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}