Merge "wifi: update INI configuration file" into oc-dr1-dev

This commit is contained in:
Kumar Anand
2017-06-14 14:58:46 +00:00
committed by Android (Google) Code Review

View File

@@ -11,6 +11,9 @@ Intf1MacAddress=000AF58989FE
Intf2MacAddress=000AF58989FD
Intf3MacAddress=000AF58989FC
#Disable DBS
gDualMacFeatureDisable=1
#Channel Bonding
gChannelBondingMode5GHz=1
gChannelBondingMode24GHz=0
@@ -447,6 +450,13 @@ gActiveModeOffload=1
# Enable Active mode offload
gEnableActiveModeOffload=1
#Enable APF in Active mode
gActiveUcBpfMode=1
gActiveMcBcBpfMode=1
#HW CCE Filter mode
gHwFilterMode=0
# WOW Enable/Disable.
# 0 - Disable both magic pattern match and pattern byte match.
# 1 - Enable magic pattern match on all interfaces.
@@ -589,10 +599,6 @@ gSapSccChanAvoidance=0
#Enable/Disable Tx beamformee in SAP mode
gEnableTxBFeeSAP=1
#Disable DBS
gDualMacFeatureDisable=1
END
# Note: Configuration parser would not read anything past the END marker