Compare commits
10 commits
3205349ee9
...
9751be1096
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9751be1096 | ||
|
|
97dd657ca7 | ||
|
|
aabc7d2c2d | ||
|
|
eedd633158 | ||
|
|
6c7b2fca2d | ||
|
|
a372744c8a | ||
|
|
8a9054e711 | ||
|
|
9764160354 | ||
|
|
a2e8135160 | ||
|
|
e90d4f203d |
5 changed files with 23 additions and 4 deletions
|
|
@ -184,6 +184,9 @@ BOARD_HOSTAPD_DRIVER := NL80211
|
||||||
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||||
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
||||||
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||||
|
CONFIG_ACS := true
|
||||||
|
CONFIG_IEEE80211AC := true
|
||||||
|
CONFIG_IEEE80211AX := true
|
||||||
QC_WIFI_HIDL_FEATURE_DUAL_AP := true
|
QC_WIFI_HIDL_FEATURE_DUAL_AP := true
|
||||||
WIFI_DRIVER_DEFAULT := wlan
|
WIFI_DRIVER_DEFAULT := wlan
|
||||||
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"
|
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"
|
||||||
|
|
|
||||||
|
|
@ -45,10 +45,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.-->
|
||||||
|
|
||||||
<carrier_config>
|
<carrier_config>
|
||||||
<boolean name="apn_expand_bool" value="true" />
|
<boolean name="apn_expand_bool" value="true" />
|
||||||
<boolean name="world_phone_bool" value="true" />
|
<boolean name="world_phone_bool" value="false" />
|
||||||
<boolean name="allow_adding_apns_bool" value="true" />
|
<boolean name="allow_adding_apns_bool" value="true" />
|
||||||
<boolean name="hide_preferred_network_type_bool" value="false" />
|
<boolean name="hide_preferred_network_type_bool" value="false" />
|
||||||
<boolean name="show_cdma_choices_bool" value="true" />
|
<boolean name="show_cdma_choices_bool" value="false" />
|
||||||
<boolean name="allow_video_call_in_low_battery" value="true" />
|
<boolean name="allow_video_call_in_low_battery" value="true" />
|
||||||
<boolean name="config_enable_display_14digit_imei" value="false" />
|
<boolean name="config_enable_display_14digit_imei" value="false" />
|
||||||
<!-- Determines whether UI extensions for video calls should be used or not -->
|
<!-- Determines whether UI extensions for video calls should be used or not -->
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,15 @@
|
||||||
is no longer indicative, and a separate config now exists for each band -->
|
is no longer indicative, and a separate config now exists for each band -->
|
||||||
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
|
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
|
||||||
|
|
||||||
|
<!-- boolean indicating whether the WiFi chipset has 6GHz band support -->
|
||||||
|
<bool translatable="false" name="config_wifi6ghzSupport">true</bool>
|
||||||
|
|
||||||
|
<!-- Indicates that 11ax mode is supported on this device
|
||||||
|
Note that if this flag is set to true, then 11ax is assumed to be supported.
|
||||||
|
However, if it is left to the default value of false, the 11ax support will
|
||||||
|
be checked via NL80211 interface -->
|
||||||
|
<bool translatable="false" name="config_wifi11axSupportOverride">true</bool>
|
||||||
|
|
||||||
<!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
|
<!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
|
||||||
This mechanism allows the host to remain in suspend state and the dongle to actively
|
This mechanism allows the host to remain in suspend state and the dongle to actively
|
||||||
scan and wake the host when a configured SSID is detected by the dongle. This chipset
|
scan and wake the host when a configured SSID is detected by the dongle. This chipset
|
||||||
|
|
|
||||||
|
|
@ -221,6 +221,7 @@ vendor.gralloc.disable_ubwc=0
|
||||||
debug.stagefright.c2inputsurface=-1
|
debug.stagefright.c2inputsurface=-1
|
||||||
media.stagefright.thumbnail.prefer_hw_codecs=true
|
media.stagefright.thumbnail.prefer_hw_codecs=true
|
||||||
ro.config.vc_call_vol_steps=11
|
ro.config.vc_call_vol_steps=11
|
||||||
|
persist.mm.enable.prefetch=true
|
||||||
|
|
||||||
# NFC
|
# NFC
|
||||||
ro.vendor.nfc.repair=1
|
ro.vendor.nfc.repair=1
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ gDisableIntraBssFwd=0
|
||||||
g11dSupportEnabled=0
|
g11dSupportEnabled=0
|
||||||
gEnableDFSMasterCap=1
|
gEnableDFSMasterCap=1
|
||||||
gNeighborScanTimerPeriod=200
|
gNeighborScanTimerPeriod=200
|
||||||
gNeighborLookupThreshold=76
|
gNeighborLookupThreshold=85
|
||||||
gNeighborScanChannelMinTime=20
|
gNeighborScanChannelMinTime=20
|
||||||
FastRoamEnabled=1
|
FastRoamEnabled=1
|
||||||
RoamRssiDiff=5
|
RoamRssiDiff=5
|
||||||
|
|
@ -32,7 +32,7 @@ gEnableTxBFin20MHz=1
|
||||||
gEnableTxSUBeamformer=1
|
gEnableTxSUBeamformer=1
|
||||||
gRrmEnable=1
|
gRrmEnable=1
|
||||||
gEnablefwprint=0
|
gEnablefwprint=0
|
||||||
gEnablefwlog=1
|
gEnablefwlog=0
|
||||||
gVhtAmpduLenExponent=7
|
gVhtAmpduLenExponent=7
|
||||||
gVhtMpduLen=2
|
gVhtMpduLen=2
|
||||||
isP2pDeviceAddrAdministrated=0
|
isP2pDeviceAddrAdministrated=0
|
||||||
|
|
@ -135,6 +135,9 @@ gApKeepAlivePeriod = 20
|
||||||
#Enable Keep alive with non-zero period value
|
#Enable Keep alive with non-zero period value
|
||||||
gStaKeepAlivePeriod = 30
|
gStaKeepAlivePeriod = 30
|
||||||
|
|
||||||
|
#Enable Optimized Power Management
|
||||||
|
gOptimizedPowerManagement=1
|
||||||
|
|
||||||
# Enable ETSI SRD channels by Xiaomi. Qualcom default value is disable
|
# Enable ETSI SRD channels by Xiaomi. Qualcom default value is disable
|
||||||
# * BIT 0:- Enable/Disable SRD channels for SAP.
|
# * BIT 0:- Enable/Disable SRD channels for SAP.
|
||||||
# * BIT 1:- Enable/Disable SRD channels for P2P-GO.
|
# * BIT 1:- Enable/Disable SRD channels for P2P-GO.
|
||||||
|
|
@ -201,6 +204,9 @@ gindoor_channel_support=1
|
||||||
#Enable max link speed
|
#Enable max link speed
|
||||||
gReportMaxLinkSpeed=2
|
gReportMaxLinkSpeed=2
|
||||||
|
|
||||||
|
# Disable rx wakelock
|
||||||
|
rx_wakelock_timeout=0
|
||||||
|
|
||||||
# Skip tpe consideration
|
# Skip tpe consideration
|
||||||
skip_tpe_consideration=1
|
skip_tpe_consideration=1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue