forked from Quarx2k/android_device_lg_w7ds
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
116 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,10 @@ gEnableImps=1 | |
gEnableIdleScan=0 | ||
|
||
|
||
# Enable/Disable vsta based on MAX Assoc limit | ||
gEnableVSTASupport=1 | ||
|
||
|
||
# Increase sleep duration (seconds) during IMPS | ||
# 0 implies no periodic wake up from IMPS. Periodic wakeup is | ||
# unnecessary if Idle Scan is disabled. | ||
|
@@ -26,7 +30,6 @@ gEnableBmps=1 | |
|
||
gEnableSuspend=3 | ||
|
||
|
||
# Phy Mode (auto, b, g, n, etc) | ||
# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac | ||
gDot11Mode=0 | ||
|
@@ -58,6 +61,8 @@ InfraUapsdBeSrvIntv=0 | |
|
||
InfraUapsdBkSrvIntv=0 | ||
|
||
# Flag to allow STA send AddTspec even when ACM is Off | ||
gAddTSWhenACMIsOff=1 | ||
|
||
# Make 1x1 the default antenna configuration | ||
|
||
|
@@ -80,15 +85,17 @@ gNthBeaconFilter=50 | |
|
||
# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast | ||
|
||
McastBcastFilter=0 | ||
McastBcastFilter=3 | ||
|
||
|
||
#Flag to enable HostARPOffload feature or not | ||
|
||
hostArpOffload=1 | ||
|
||
# Flag to enable Host IPv6 NS Offload feature or not | ||
hostNSOffload=1 | ||
|
||
#Flag to enable HostNSOffload feature or not | ||
|
||
hostNSOffload=0 | ||
|
||
#SoftAP Related Parameters | ||
|
||
|
@@ -104,7 +111,7 @@ gEnableApProt=1 | |
|
||
#Enable OBSS protection | ||
|
||
gEnableApOBSSProt=0 | ||
gEnableApOBSSProt=1 | ||
|
||
|
||
#Enable/Disable UAPSD for SoftAP | ||
|
@@ -144,31 +151,47 @@ WmmIsEnabled=0 | |
|
||
# 802.11d support | ||
|
||
g11dSupportEnabled=0 | ||
g11dSupportEnabled=1 | ||
|
||
# 802.11h support | ||
|
||
g11hSupportEnabled=1 | ||
|
||
# CCX Support and fast transition | ||
CcxEnabled=0 | ||
FastTransitionEnabled=1 | ||
ImplicitQosIsEnabled=1 | ||
ImplicitQosIsEnabled=0 | ||
gNeighborScanTimerPeriod=200 | ||
|
||
gNeighborLookupThreshold=78 | ||
gNeighborLookupThreshold=76 | ||
gNeighborReassocThreshold=81 | ||
|
||
gNeighborScanChannelMinTime=20 | ||
gNeighborScanChannelMaxTime=30 | ||
gMaxNeighborReqTries=3 | ||
|
||
# Legacy (non-CCX, non-802.11r) Fast Roaming Support | ||
# To enable, set FastRoamEnabled=1 | ||
# To disable, set FastRoamEnabled=0 | ||
FastRoamEnabled=1 | ||
gEnableFWRssiMonitoring=1 | ||
# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1 | ||
# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0 | ||
|
||
#Check if the AP to which we are roaming is better than current AP in terms of RSSI. | ||
#Checking is disabled if set to Zero.Otherwise it will use this value as to how better | ||
#Checking is disabled if set to Zero.Otherwise it will use this value as to how better | ||
#the RSSI of the new/roamable AP should be for roaming | ||
RoamRssiDiff=15 | ||
RoamRssiDiff=3 | ||
|
||
# If the RSSI of any available candidate is better than currently associated | ||
# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without | ||
# registering for reassoc threshold). | ||
# NOTE: Value of 0 means that we would register for reassoc threshold. | ||
gImmediateRoamRssiDiff=10 | ||
|
||
# To enable, set gRoamIntraBand=1 (Roaming within band) | ||
# To disable, set gRoamIntraBand=0 (Roaming across band) | ||
|
||
gRoamIntraBand=0 | ||
|
||
# SAP Country code | ||
#SAP Country code | ||
|
||
# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door. | ||
|
||
|
@@ -250,22 +273,22 @@ BtAmpPreferredChannel=0 | |
|
||
#Preferred band (both or 2.4 only or 5 only) | ||
|
||
BandCapability=1 | ||
BandCapability=0 | ||
|
||
|
||
#Beacon Early Termination (1 = enable the BET feature, 0 = disable) | ||
|
||
enableBeaconEarlyTermination=1 | ||
enableBeaconEarlyTermination=0 | ||
|
||
beaconEarlyTerminationWakeInterval=11 | ||
beaconEarlyTerminationWakeInterval=3 | ||
|
||
|
||
#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable) | ||
|
||
gEnableBtAmp=0 | ||
|
||
|
||
#SOFTAP Channel Range selection | ||
#SOFTAP Channel Range selection | ||
|
||
gAPChannelSelectStartChannel=1 | ||
|
||
|
@@ -285,7 +308,7 @@ gChannelBondingMode5GHz=1 | |
|
||
#Enable Keep alive with non-zero period value | ||
|
||
gStaKeepAlivePeriod = 30 | ||
#gStaKeepAlivePeriod = 30 | ||
|
||
#AP LINK MONITOR TIMEOUT is used for both SAP and GO mode. | ||
#It is used to change the frequency of keep alive packets in the AP Link Monitor period which is by | ||
|
@@ -327,43 +350,68 @@ gDataInactivityTimeout=200 | |
gVhtRxMCS=2 | ||
gVhtTxMCS=2 | ||
|
||
gEnableLpwrImgTransition=1 | ||
# Enable CRDA regulatory support by settings default country code | ||
#gCrdaDefaultCountryCode=TW | ||
|
||
# Enable Tx beamforming | ||
gTxBFEnable=0 | ||
# Scan Timing Parameters | ||
# gPassiveMaxChannelTime=110 | ||
# gPassiveMinChannelTime=60 | ||
# gActiveMaxChannelTime=40 | ||
# gActiveMinChannelTime=20 | ||
|
||
# Enable Tx LDPC | ||
#gTxLdpcEnable = 1 for HT mode, 2 for VHT mode,3 for both HT and VHT | ||
gTxLdpcEnable=3 | ||
#If set to 0, MCC is not allowed. | ||
gEnableMCCMode=1 | ||
|
||
# Oxygen network (prop IE for IBSS) | ||
gEnableOxygenNwk=0 | ||
# 1=enable STBC; 0=disable STBC | ||
gEnableRXSTBC=1 | ||
|
||
# Enable Active mode offload | ||
gEnableActiveModeOffload=1 | ||
|
||
#Enable Scan Results Aging based on timer | ||
#Timer value is in seconds | ||
#If Set to 0 it will not enable the feature | ||
gScanAgingTime=0 | ||
|
||
#Enable Power saving mechanism Based on Android Framework | ||
#If set to 0 Driver internally control the Power saving mechanism | ||
#If set to 1 Android Framwrok control the Power saving mechanism | ||
isAndroidPsEn=0 | ||
|
||
# Valid values are 2048,4096,8192 and so on | ||
# Please don't use values other than the ones mentioned above | ||
gMaxMediumTime=4096 | ||
#disable LDPC in STA mode if the AP is TXBF capable | ||
gDisableLDPCWithTxbfAP=1 | ||
|
||
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-10-23, To improve running current consumption | ||
# Set Listen Interval | ||
gBmpsMinListenInterval=1 | ||
gBmpsMaxListenInterval=10 | ||
gBmpsModListenInterval=5 | ||
gPowerUsage=Mod | ||
#Enable thermal mitigation | ||
gThermalMitigationEnable=1 | ||
|
||
#DTIM Skip | ||
gEnableModulatedDTIM=3 | ||
# LGE_CHANGE_E, [WiFi][[email protected]], 2013-10-23, To improve running current consumption | ||
gEnableFastRoamInConcurrency=1 | ||
|
||
# LGE_CHANGE_S, [WiFi][[email protected]], 2013-10-25, P2p connection issue . | ||
isP2pDeviceAddrAdministrated=1 | ||
# LGE_CHANGE_E, [WiFi][[email protected]], 2013-10-25, P2p connection issue . | ||
#List of Country codes for which 11ac needs to be disabled | ||
#Each country code must be delimited by comma(,) | ||
gListOfNon11acCountryCode=RU,UA,ZA | ||
|
||
gScanResultAgeCount=1 | ||
#Maxium Channel time in msec | ||
gMaxMediumTime = 6000 | ||
|
||
# 802.11K support | ||
gRrmEnable=1 | ||
gRrmOperChanMax=8 | ||
gRrmNonOperChanMax=8 | ||
gRrmRandIntvl=100 | ||
|
||
#Scan offload | ||
gEnableDirectedScanOffload=0 | ||
|
||
# Oxygen network (prop IE for IBSS) | ||
gEnableOxygenNwk=0 | ||
|
||
gApLinkMonitorPeriod=30 | ||
#FlexConnect Power Factor | ||
#Default is set to 0 (disable) | ||
gFlexConnectPowerFactor=0 | ||
|
||
#enable/disable PNO scan support.(background) | ||
gPNOScanSupport=0 | ||
#SAP/P2P-GO mode traffic monitor | ||
gEnableTrafficMonitor=1 | ||
gTrafficIdleTimeout=3000 | ||
|
||
END | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
allow bootanim socket_device:sock_file write; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
type kcal_dev, file_type; | ||
type vibe_dev, file_type; | ||
type touchpanel_sysfs, sysfs_type, file_type; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
allow wcnss_service block_device:dir search; | ||
allow wcnss_service misc_partition:blk_file r_file_perms; | ||
allow wcnss_service mmc_block_device:dir search; | ||
allow wcnss_service unlabeled:file { read write getattr open }; | ||
|