1package: "com.android.wifi.flags" 2container: "com.android.wifi" 3 4flag { 5 name: "test_flag_function" 6 namespace: "wifi" 7 description: "This flag aim to test the flag release for wifi stack" 8 bug: "301145404" 9} 10 11flag { 12 name: "delay_save_to_store" 13 namespace: "wifi" 14 description: "Control the feature delay the save to store in batch to reduce the blocking time" 15 bug: "302172794" 16} 17 18flag { 19 name: "single_wifi_thread" 20 namespace: "wifi" 21 description: "Control the feature that move all Wifi service to a single thread" 22 bug: "302593617" 23} 24 25flag { 26 name: "network_provider_battery_charging_status" 27 is_exported: true 28 namespace: "wifi" 29 description: "Control the API that allows setting / reading the NetworkProviderInfo's battery charging status" 30 bug: "305067231" 31} 32 33flag { 34 name: "shared_connectivity_broadcast_receiver_test_api" 35 is_exported: true 36 namespace: "wifi" 37 description: "Control the test API for SharedConnectivityManager's getBroadcastReceiver() method" 38 bug: "305067231" 39} 40 41flag { 42 name: "anqp_request_wait_for_response" 43 namespace: "wifi" 44 description: "Make the ANQP request in a queue and wait for the previous response before trigger the next request" 45 bug: "310037751" 46} 47 48flag { 49 name: "android_v_wifi_api" 50 is_exported: true 51 namespace: "wifi" 52 description: "For new API added to Android V" 53 bug: "319927407" 54 is_fixed_read_only: true 55} 56 57flag { 58 name: "d2d_when_infra_sta_off" 59 namespace: "wifi" 60 description: "Add new API to configure d2d when infra sta is off" 61 bug: "295792510" 62 is_fixed_read_only: true 63} 64 65flag { 66 name: "get_channel_width_api" 67 namespace: "wifi" 68 description: "Add new API to get channel width" 69 bug: "335358378" 70 is_fixed_read_only: true 71 is_exported: true 72} 73 74flag { 75 name: "voip_detection_bugfix" 76 namespace: "wifi" 77 description: "Detect VoIP over Wifi and execute optimization" 78 bug: "295885471" 79 is_fixed_read_only: true 80 metadata { 81 purpose: PURPOSE_BUGFIX 82 } 83} 84 85flag { 86 name: "get_bssid_blocklist_api" 87 is_exported: true 88 namespace: "wifi" 89 description: "Add new API to get BSSID blocklist" 90 bug: "336109216" 91 is_fixed_read_only: true 92} 93 94flag { 95 name: "delayed_carrier_network_selection" 96 namespace: "wifi" 97 description: "Delay network selection for some carrier networks until a delay period has passed" 98 bug: "329142362" 99 is_fixed_read_only: true 100 metadata { 101 purpose: PURPOSE_BUGFIX 102 } 103} 104 105flag { 106 name: "local_only_connection_optimization" 107 namespace: "wifi" 108 description: "optimize local-only connection API" 109 bug: "347117408" 110 is_fixed_read_only: true 111 is_exported: true 112} 113 114flag { 115 name: "softap_config_store_max_channel_width" 116 namespace: "wifi" 117 description: "Store MaxChannelBandwidth to SoftAP config" 118 bug: "344450923" 119 is_fixed_read_only: true 120 metadata { 121 purpose: PURPOSE_BUGFIX 122 } 123} 124 125flag { 126 name: "autojoin_restriction_security_types_api" 127 is_exported: true 128 namespace: "wifi" 129 description: "Add new API to set or get Autojoin Restriction security types" 130 bug: "340351634" 131 is_fixed_read_only: true 132} 133 134flag { 135 name: "rsn_overriding" 136 namespace: "wifi" 137 description: "Wi-Fi Alliance RSN Overriding feature" 138 bug: "348669010" 139 is_fixed_read_only: true 140} 141 142flag { 143 name: "new_uri_parsing_for_escape_character" 144 namespace: "wifi" 145 description: "New parsing logic for Zxing uri format which support escape character" 146 bug: "342706482" 147 is_fixed_read_only: true 148 metadata { 149 purpose: PURPOSE_BUGFIX 150 } 151} 152 153flag { 154 name: "aware_pairing" 155 is_exported: true 156 namespace: "wifi" 157 description: "Add new API for Aware pairing" 158 bug: "354820259" 159 is_fixed_read_only: true 160} 161 162flag { 163 name: "wifi_scorer_new_stats_collection" 164 namespace: "wifi" 165 description: "Gate WiFi Scorer new stats collection" 166 bug: "367362809" 167} 168 169flag { 170 name: "softap_disconnect_reason" 171 is_exported: true 172 namespace: "wifi" 173 description: "Add SoftAP disconnect reason code" 174 bug: "361651437" 175 is_fixed_read_only: true 176} 177 178flag { 179 name: "secure_ranging" 180 is_exported: true 181 namespace: "wifi" 182 description: "Add secure ranging support" 183 bug: "364722301" 184 is_fixed_read_only: true 185} 186 187flag { 188 name: "mainline_supplicant" 189 namespace: "wifi" 190 description: "Use the secondary supplicant binary stored in the mainline module" 191 bug: "365585450" 192 is_fixed_read_only: true 193} 194 195flag { 196 name: "mlo_sap" 197 is_exported: true 198 namespace: "wifi" 199 description: "Mlo SoftAp" 200 bug: "362355566" 201 is_fixed_read_only: true 202} 203 204flag { 205 name: "wifi_direct_r2" 206 is_exported: true 207 namespace: "wifi" 208 description: "Wi-Fi Alliance Wi-Fi Direct R2 feature" 209 bug: "341971059" 210 is_fixed_read_only: true 211} 212 213flag { 214 name: "wep_disabled_in_apm" 215 is_exported: true 216 namespace: "wifi" 217 description: "Wep should be disabled in advanced protection mode" 218 bug: "362586268" 219 is_fixed_read_only: true 220} 221 222flag { 223 name: "bssid_blocklist_for_suggestion" 224 is_exported: true 225 namespace: "wifi" 226 description: "Add BSSID to blocklist for network suggestion" 227 bug: "340263610" 228 is_fixed_read_only: true 229} 230 231flag { 232 name: "ap_isolate" 233 is_exported: true 234 namespace: "wifi" 235 description: "Supports Soft AP client isolation configuration" 236 bug: "364333929" 237 is_fixed_read_only: true 238} 239 240flag { 241 name: "public_bands_for_lohs" 242 is_exported: true 243 namespace: "wifi" 244 description: "Public bands api for local only hotspot from system api" 245 bug: "362355566" 246 is_fixed_read_only: true 247} 248 249flag { 250 name: "wifi_state_changed_listener" 251 is_exported: true 252 namespace: "wifi" 253 description: "Wifi state changed listener API" 254 bug: "349530934" 255 is_fixed_read_only: true 256} 257 258flag { 259 name: "p2p_dialog2" 260 is_exported: true 261 namespace: "wifi" 262 description: "Updated P2P dialogs" 263 bug: "349253691" 264 is_fixed_read_only: true 265} 266 267 268flag { 269 name: "multiple_mld_on_sap_supported" 270 is_exported: false 271 namespace: "wifi" 272 description: "Check driver capability when determining the number of supported MLD" 273 bug: "382023801" 274 is_fixed_read_only: true 275} 276 277flag { 278 name: "monitor_intent_for_all_users" 279 is_exported: false 280 namespace: "wifi" 281 description: "IntentReceiver should monitor intent from all users" 282 bug: "390257834" 283 is_fixed_read_only: true 284} 285