diff options
author | Ahmed ElArabawy <arabawy@google.com> | 2019-11-19 19:24:34 -0800 |
---|---|---|
committer | Ahmed ElArabawy <arabawy@google.com> | 2019-11-19 19:34:22 -0800 |
commit | d96e5a67c286f34f59398904b20af30223a7872b (patch) | |
tree | b5152bbb6de276fd576cd87d6dd7eae1ee24b296 /service | |
parent | afe241c3d4c240f4cd43801315d4a02b2cf7658b (diff) |
Wifi: Remove unused configs from overlay file
This commit removes unused configs from the overlay files.
Bug: 144808695
Test: Build succeeds
Change-Id: Ifb940521f5c02dc6b07dfeda20b2b815fe62c38b
Diffstat (limited to 'service')
-rw-r--r-- | service/res/values/config.xml | 49 | ||||
-rw-r--r-- | service/res/values/overlayable.xml | 22 |
2 files changed, 0 insertions, 71 deletions
diff --git a/service/res/values/config.xml b/service/res/values/config.xml index 0b3623229..79dcf0cf6 100644 --- a/service/res/values/config.xml +++ b/service/res/values/config.xml @@ -44,9 +44,6 @@ capability can provide power savings when wifi needs to be always kept on. --> <bool translatable="false" name="config_wifi_background_scan_support">false</bool> - <!-- Boolean indicating we re-try re-associating once upon disconnection and RSSI is high failure --> - <bool translatable="true" name="config_wifi_enable_disconnection_debounce">true</bool> - <!-- Boolean indicating whether or not to revert to default country code when cellular radio is unable to find any MCC information to infer wifi country code from --> <bool translatable="false" name="config_wifi_revert_country_code_on_cellular_loss">false</bool> @@ -70,17 +67,12 @@ <bool translatable="false" name="config_wifi_turn_off_during_emergency_call">false</bool> <!-- Integer specifying the basic autojoin parameters --> - <integer translatable="false" name="config_wifi_framework_5GHz_preference_boost_threshold">-65</integer> <integer translatable="false" name="config_wifi_framework_5GHz_preference_boost_factor">40</integer> - <integer translatable="false" name="config_wifi_framework_5GHz_preference_penalty_threshold">-75</integer> <integer translatable="false" name="config_wifi_framework_RSSI_SCORE_OFFSET">85</integer> <integer translatable="false" name="config_wifi_framework_RSSI_SCORE_SLOPE">4</integer> <integer translatable="false" name="config_wifi_framework_SAME_BSSID_AWARD">24</integer> <integer translatable="false" name="config_wifi_framework_LAST_SELECTION_AWARD">480</integer> - <integer translatable="false" name="config_wifi_framework_PASSPOINT_SECURITY_AWARD">40</integer> <integer translatable="false" name="config_wifi_framework_SECURITY_AWARD">80</integer> - <!-- Integer specifying the base interval in seconds for the exponential backoff scan for autojoin --> - <integer translatable="false" name="config_wifi_framework_exponential_backoff_scan_base_interval">20</integer> <!-- Integers specifying the max packet Tx/Rx rates for full scan --> <integer translatable="false" name="config_wifi_framework_max_tx_rate_for_full_scan">8</integer> <integer translatable="false" name="config_wifi_framework_max_rx_rate_for_full_scan">16</integer> @@ -109,41 +101,6 @@ <string translatable="false" name="config_wifi_random_mac_oui">DA-A1-19</string> <string translatable="false" name="config_wifi_framework_sap_2G_channel_list">1,6,11</string> - <bool translatable="false" name="config_wifi_framework_cellular_handover_enable_user_triggered_adjustment">true</bool> - - <!-- Integer packet threshold used to allow scan while associated --> - <integer translatable="false" name="config_wifi_framework_associated_full_scan_tx_packet_threshold">5</integer> - <integer translatable="false" name="config_wifi_framework_associated_full_scan_rx_packet_threshold">10</integer> - <integer translatable="false" name="config_wifi_framework_associated_partial_scan_tx_packet_threshold">40</integer> - <integer translatable="false" name="config_wifi_framework_associated_partial_scan_rx_packet_threshold">80</integer> - <integer translatable="false" name="config_wifi_framework_network_switch_tx_packet_threshold">2</integer> - <integer translatable="false" name="config_wifi_framework_network_switch_rx_packet_threshold">20</integer> - - <!-- Integer indicating wpa_supplicant scan interval in milliseconds --> - <integer translatable="false" name="config_wifi_supplicant_scan_interval">15000</integer> - - <!-- Integer indicating amount of time failed networks areblacklisted for the purpose - of network switching in milliseconds --> - <integer translatable="false" name="config_wifi_network_switching_blacklist_time">172800000</integer> - - <!-- Integer indicating wpa_supplicant scan interval when p2p is connected in milliseconds --> - <integer translatable="false" name="config_wifi_scan_interval_p2p_connected">60000</integer> - - <!-- Integer indicating disconnect mode short scan interval in milliseconds --> - <integer translatable="false" name="config_wifi_disconnected_short_scan_interval">15000</integer> - - <!-- Integer indicating associated partial scan short interval in milliseconds --> - <integer translatable="false" name="config_wifi_associated_short_scan_interval">20000</integer> - - <!-- Integer indicating associated full scan backoff, representing a fraction: xx/8 --> - <integer translatable="false" name="config_wifi_framework_associated_full_scan_backoff">12</integer> - - <!-- Integer indicating associated full scan max interval in milliseconds --> - <integer translatable="false" name="config_wifi_framework_associated_full_scan_max_interval">300000</integer> - - <!-- Integer indicating associated full scan max total dwell time in milliseconds --> - <integer translatable="false" name="config_wifi_framework_associated_full_scan_max_total_dwell_time">500</integer> - <!-- Integer indicating associated full scan max num active channels --> <integer translatable="false" name="config_wifi_framework_associated_partial_scan_max_num_active_channels">6</integer> @@ -153,9 +110,6 @@ <!-- Integer delay in milliseconds before set wlan interface up during watchdog recovery --> <integer translatable="false" name="config_wifi_framework_recovery_timeout_delay">2000</integer> - <!-- Integer indicating how to handle beacons with uninitialized RSSI value of 0 --> - <integer translatable="false" name="config_wifi_framework_scan_result_rssi_level_patchup_value">-85</integer> - <!-- Boolean indicating associated network selection is allowed --> <bool translatable="false" name="config_wifi_framework_enable_associated_network_selection">true</bool> @@ -172,9 +126,6 @@ power limit for meeting SAR requirements --> <bool translatable="false" name="config_wifi_framework_enable_soft_ap_sar_tx_power_limit">false</bool> - <!-- Wifi driver supports batched scan --> - <bool translatable="false" name="config_wifi_batched_scan_supported">false</bool> - <!-- Wifi driver supports Automatic channel selection (ACS) for softap --> <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool> diff --git a/service/res/values/overlayable.xml b/service/res/values/overlayable.xml index 909a669eb..7ae3c075a 100644 --- a/service/res/values/overlayable.xml +++ b/service/res/values/overlayable.xml @@ -26,22 +26,17 @@ <item type="bool" name="config_wifi_fast_bss_transition_enabled" /> <item type="string" name="config_wifi_p2p_device_type" /> <item type="bool" name="config_wifi_background_scan_support" /> - <item type="bool" name="config_wifi_enable_disconnection_debounce" /> <item type="bool" name="config_wifi_revert_country_code_on_cellular_loss" /> <item type="integer" name="config_wifi_logger_ring_buffer_default_size_limit_kb" /> <item type="integer" name="config_wifi_logger_ring_buffer_verbose_size_limit_kb" /> <item type="array" name="config_wifi_fatal_firmware_alert_error_code_list" /> <item type="bool" name="config_wifi_turn_off_during_emergency_call" /> - <item type="integer" name="config_wifi_framework_5GHz_preference_boost_threshold" /> <item type="integer" name="config_wifi_framework_5GHz_preference_boost_factor" /> - <item type="integer" name="config_wifi_framework_5GHz_preference_penalty_threshold" /> <item type="integer" name="config_wifi_framework_RSSI_SCORE_OFFSET" /> <item type="integer" name="config_wifi_framework_RSSI_SCORE_SLOPE" /> <item type="integer" name="config_wifi_framework_SAME_BSSID_AWARD" /> <item type="integer" name="config_wifi_framework_LAST_SELECTION_AWARD" /> - <item type="integer" name="config_wifi_framework_PASSPOINT_SECURITY_AWARD" /> <item type="integer" name="config_wifi_framework_SECURITY_AWARD" /> - <item type="integer" name="config_wifi_framework_exponential_backoff_scan_base_interval" /> <item type="integer" name="config_wifi_framework_max_tx_rate_for_full_scan" /> <item type="integer" name="config_wifi_framework_max_rx_rate_for_full_scan" /> <item type="integer" name="config_wifi_framework_min_tx_rate_for_staying_on_network" /> @@ -57,31 +52,14 @@ <item type="integer" name="config_wifi_framework_soft_ap_timeout_delay" /> <item type="string" name="config_wifi_random_mac_oui" /> <item type="string" name="config_wifi_framework_sap_2G_channel_list" /> - <item type="bool" name="config_wifi_framework_cellular_handover_enable_user_triggered_adjustment" /> - <item type="integer" name="config_wifi_framework_associated_full_scan_tx_packet_threshold" /> - <item type="integer" name="config_wifi_framework_associated_full_scan_rx_packet_threshold" /> - <item type="integer" name="config_wifi_framework_associated_partial_scan_tx_packet_threshold" /> - <item type="integer" name="config_wifi_framework_associated_partial_scan_rx_packet_threshold" /> - <item type="integer" name="config_wifi_framework_network_switch_tx_packet_threshold" /> - <item type="integer" name="config_wifi_framework_network_switch_rx_packet_threshold" /> - <item type="integer" name="config_wifi_supplicant_scan_interval" /> - <item type="integer" name="config_wifi_network_switching_blacklist_time" /> - <item type="integer" name="config_wifi_scan_interval_p2p_connected" /> - <item type="integer" name="config_wifi_disconnected_short_scan_interval" /> - <item type="integer" name="config_wifi_associated_short_scan_interval" /> - <item type="integer" name="config_wifi_framework_associated_full_scan_backoff" /> - <item type="integer" name="config_wifi_framework_associated_full_scan_max_interval" /> - <item type="integer" name="config_wifi_framework_associated_full_scan_max_total_dwell_time" /> <item type="integer" name="config_wifi_framework_associated_partial_scan_max_num_active_channels" /> <item type="integer" name="config_wifi_framework_current_network_boost" /> <item type="integer" name="config_wifi_framework_recovery_timeout_delay" /> - <item type="integer" name="config_wifi_framework_scan_result_rssi_level_patchup_value" /> <item type="bool" name="config_wifi_framework_enable_associated_network_selection" /> <item type="bool" name="config_wifi_framework_use_single_radio_chain_scan_results_network_selection" /> <item type="bool" name="config_wifi_only_link_same_credential_configurations" /> <item type="bool" name="config_wifi_framework_enable_sar_tx_power_limit" /> <item type="bool" name="config_wifi_framework_enable_soft_ap_sar_tx_power_limit" /> - <item type="bool" name="config_wifi_batched_scan_supported" /> <item type="bool" name="config_wifi_softap_acs_supported" /> <item type="string" name="config_wifi_softap_acs_supported_channel_list" /> <item type="bool" name="config_wifi_softap_ieee80211ac_supported" /> |