Compare commits
10 commits
5d1f057b85
...
f2ad865778
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2ad865778 | ||
|
|
051bf1f33a | ||
|
|
eb21f461cb | ||
|
|
316e84290d | ||
|
|
9bd9862445 | ||
|
|
a25d326db8 | ||
|
|
a83286ae64 | ||
|
|
9dae24b446 | ||
|
|
c6cdb1ad82 | ||
|
|
6ea98f1f4d |
4 changed files with 22 additions and 3 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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
@ -228,7 +229,7 @@ ro.vendor.se.type=eSE,HCE,UICC
|
||||||
|
|
||||||
# Perf
|
# Perf
|
||||||
ro.vendor.extension_library=libqti-perfd-client.so
|
ro.vendor.extension_library=libqti-perfd-client.so
|
||||||
ro.vendor.perf.scroll_opt=0
|
ro.vendor.perf.scroll_opt=true
|
||||||
|
|
||||||
# Radio
|
# Radio
|
||||||
keyguard.no_require_sim=true
|
keyguard.no_require_sim=true
|
||||||
|
|
|
||||||
|
|
@ -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