This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwifi_flags.aconfig
114 lines (97 loc) · 2.8 KB
/
wifi_flags.aconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
package: "com.android.wifi.flags"
flag {
name: "test_flag_function"
namespace: "wifi"
description: "This flag aim to test the flag release for wifi stack"
bug: "301145404"
}
flag {
name: "runtime_disable_pno_scan"
namespace: "wifi"
description: "Control the API to disable the PNO runtime"
bug: "282821585"
}
flag {
name: "delay_save_to_store"
namespace: "wifi"
description: "Control the feature delay the save to store in batch to reduce the blocking time"
bug: "302172794"
}
flag {
name: "single_wifi_thread"
namespace: "wifi"
description: "Control the feature that move all Wifi service to a single thread"
bug: "302593617"
}
flag {
name: "vendor_parcelable_parameters"
namespace: "wifi"
description: "Control the APIs that allow additional vendor-specific parcelables"
bug: "296069900"
}
flag {
name: "verbose_logging_for_aware_only"
namespace: "wifi"
description: "Control the API that allow only enable verbose logging for Wifi Aware"
bug: "289273616"
}
flag {
name: "add_channel_stats_per_link"
namespace: "wifi"
description: "Control the API that get the channel stats per link from WifiUsabilityStatsEntry"
bug: "276385220"
}
flag {
name: "mlo_link_capabilities_info"
namespace: "wifi"
description: "Control the API that get the MLO link capabilities"
bug: "262643386"
}
flag {
name: "disable_reason_unwanted_low_rssi"
namespace: "wifi"
description: "Control the API that as disable because of unwanted network under sufficient rssi"
bug: "262643386"
}
flag {
name: "low_latency_lock_listener"
namespace: "wifi"
description: "Control the API that add/remove the low latency lock listener"
bug: "277556184"
}
flag {
name: "network_provider_battery_charging_status"
namespace: "wifi"
description: "Control the API that allows setting / reading the NetworkProviderInfo's battery charging status"
bug: "305067231"
}
flag {
name: "shared_connectivity_broadcast_receiver_test_api"
namespace: "wifi"
description: "Control the test API for SharedConnectivityManager's getBroadcastReceiver() method"
bug: "305067231"
}
flag {
name: "anqp_request_wait_for_response"
namespace: "wifi"
description: "Make the ANQP request in a queue and wait for the previous response before trigger the next request"
bug: "310037751"
}
flag {
name: "wep_usage"
namespace: "wifi"
description: "Control the API for wep usage"
bug: "275367422"
}
flag {
name: "wpa_personal_usage"
namespace: "wifi"
description: "Control the API for wpa personal usage"
bug: "275367422"
}
flag {
name: "add_subscription_id"
namespace: "wifi"
description: "Add new API to set the subscription id in the Wifi Info"
bug: "236669534"
}